Hello,
The users of my site can upload images using regular html forms. I would like to log the uploads so that I know such IP address at such time has uploaded such file. This is the last part that I am unable to do. Going through the docs on custom logs, I am not finding a solution. I could do that from my cgi program but I'd rather Apache to do it. I am running Apache 2.2 on Linux.
Thanks in advance