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: [email protected]
  "   from the digest: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to