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
###
On Sun, Aug 9, 2015 at 1:09 PM, Ajay Garg 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 something with the reso
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 function