Hi, Sorry for confusion created. Actually I am using PHP as a server side language to receive the uploaded files. As I am using apache as a web server and I know that apache is maintaining access and error logs for the server. similarly I want to know that whether the apache is maintaining the logs regrading files uploaded.
Please suggest. Regards, Manoj On Thu, Dec 31, 2009 at 8:04 PM, André Warnier <a...@ice-sa.com> wrote: > Manoj Singh wrote: > >> Hi Devraj, >> >> Actually i mean by files uploaded through the client side by any browser? >> I >> have the web site through which I am providing the facility to upload the >> files. >> > > And how exactly are you doing this ? > > > > Now I want to check out how many files were uploaded and details > >> through apache web server logs. Please advice me how to do this. >> >> Apart from DAV, Apache does not provide a method to upload files. > DAV (mod_dav) will log any file upload (look for PUT requests). > If you do it via some other method, then your method is the one that should > log the uploads. > > > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > " from the digest: users-digest-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > >