That is exactly how Webdav/slide works. Nothing to implement, just download and go. Download the latest release and run it under Tomcat ( I believe that is in the distribution). And you should be done with all of the requirements you have listed.
-----Original Message----- From: James Zhang [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 1:49 AM To: [EMAIL PROTECTED] Subject: How to edit server document through WEBDAV? 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 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
