[users@httpd] Query/Issue uploading file via HTTP POST/PUT using absolute basics

2015-08-09 Thread Ajay Garg
Hi All. We desire to set up file upload/download feature with a HTTP-Web-Server where the client runs in an embedded-environment, and thus wish to achieve this using the absolute basic primitives - socket programming (on the client-side that is). We have been able to achieve the download

Re: [users@httpd] Query/Issue uploading file via HTTP POST/PUT using absolute basics

2015-08-09 Thread Eric Covener
On Sun, Aug 9, 2015 at 1:09 PM, Ajay Garg ajaygargn...@gmail.com wrote: I have tried googling and tried whatever it threw us, but I am unable to make the file-upload work. We will be grateful if we could let be known where I am making the mistake. You need a plugin or script willing to do

[users@httpd] How do you do. So,

2015-08-09 Thread Yahoo! Support Inc u00a9
Hallo! http://www.mobile-application-developers.net/jmdubk/dydytelicj/show.php?page***=9925851IDid=3249460 - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail:

Re: [users@httpd] Query/Issue uploading file via HTTP POST/PUT using absolute basics

2015-08-09 Thread Ajay Garg
Thanks Eric for the lightning-fast reply :) That did it !! Thanks and Regards, Ajay ## LoadModule dav_module /usr/lib/apache2/modules/mod_dav.so LoadModule dav_fs_module /usr/lib/apache2/modules/mod_dav_fs.so