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 10:47 PM, Eric Covener <[email protected]> wrote: > On Sun, Aug 9, 2015 at 1:09 PM, Ajay Garg <[email protected]> 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 resource > you PUT. Maybe mod_dav is enough. > > -- > Eric Covener > [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Regards, Ajay
