Hi everybody, I’m new developer working on WEBDAV. We are doing a online document management product. Our custom has the requirement of online directly edit server-side document instead of download to local, edit then upload. Can we use WEBDAV to solve this problem? The procedure I’m imaging is that, 1. User see a HTML page, then click on “Edit” button 2. The request will be redirected to a WEBDAV Servlet 3. The Servlet will read the document content and write to WEBDAV response, then the WEBDAV response sent to the client. 4. Client will auto-open the word application to open the document( We just handle the .doc file first) 5. Edit in the word, then save back to server side.
Is it possible to be implemented? Good Day. Bye Bye ... James