Edit files from server
Hi!
I am developing an online file-browser and want my users to be able to edit files. That means they will open the file (which is stored at the server), edit the file locally, click save and then the file automaticly has to be uploaded back to the server again.
Maybe it's possible to make an applet which strems the selected dokument to local disk from a webservice and opens the file on the client and then wait for the document to change. When it changes the applet uploads the file back to the server. I am not a java-developer and I really need some tips about how this should be done.
Thanks in advance
Regards,
S.Sandberg