Hi I am trying to figure out which one to use for my file upload requirements : using Tomcat 4's implementation of webDAV (delivered as a /webdav web application) vs. using Slide. I only need to open to webdav as a webfolder, and upload files by dragging them over from Windows Explorer to IE . Has any of you ever looked into Tomcat's webdav servlet ? By default, Tomcat’s webDAV does not have a configurable property where we can set the rootpath of where the files will be uploaded to (eg. C:/tmp). I think TOMCAT’s implementation “PUTs” the file based on a relative path to the webdav web app directory . Right now, when you drag a file over to the webdav folder, it’s treated as a “PUT” method, and it will invoke “DefaultServlet”’s service() to do the uploading. Do you know if it is possible to set an absolute root path with Tomcat's webDAV ? Thanks . - Chinh
--------------------------------- Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!