Hello,
We are going to develop a client-server application where all the office documents will be stored on the remote server. The problem is that users need to edit these docs very often. The standard solution is:
- download
- edit locally
- upload
But it is very inconvenient and would cause high traffic, cause docs are very large.
Is there any solution to edit documents right on server?
E.g. some remote OpenOffice installation which we can connect somehow?
Thanks in advance!