Thanks a lot John, for the reply !! On Tue, Jul 2, 2013 at 2:27 PM, John Doe <jdmls@xxxxxxxxx> wrote: > > From: Ajay Garg <ajaygargnsit@xxxxxxxxx> > > > I have been using a running HTTPD-server, that serves files via WebDAV. > > Now, I need to add the ability for clients to upload files to the same > > WebDAV directory/virtualhost. > > Hum... webDAV is used mainly for its writable features. > For just serving files, you do not need it. > So, if you use webDAV clients, you should already be all set. > The webDAV clients should be able to write files on the server. I had already checked that the server-directory is writable, by uploading a file via a small client-side python utility :) However, my query is regarding what is the most recommended way to achieve this? :) In particular, is it possible to get the uploading done, using a web-browser as the only client-side utility? (as that will do away with any needs of deploying any "special" client-side utility). On some googling, I find that invoking a PHP-based-server-side-script from a HTML "Upload"-Form might do the job, but I am not sure if using PHP with "httpd" is recommended, as "mod_dav" already seems to do the server-side job. Just a few starting-pointers on how to accomplish an "exclusive server-side solution, using only a browser at the client" will be greatly helpful :) :) Thanks again for the reply John !! > > From: http://httpd.apache.org/docs/current/mod/mod_dav.html > "This > extension to the HTTP protocol allows creating, moving, > copying, and deleting resources and collections on a remote web > server." > > JD > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx > For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx > Regards, Ajay --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx