Detailed Upload Report
-
I have configured successfully all i want is get user based upload file name and where they uploading.
Ex : if user uploading a file example.jpg to facebook.com. i want that user IP or name and domain name and what is the file uploaded by user (example.jpg).
Is this possible to get all those records from squid log or any other possibilities.
-
Squid should have all of that in its access log, I believe.
EDIT: Not sure about the file name on second thought. That might depend on the upload form.
It should at least show a POST request, who did it, when, and where though.