Hi

Manoj Singh wrote on 01/01/2010 08:07:
Hi,

Is PHP maintaining the logs regarding files uploaded? Actually I needed it
because recently in my developed web site upload functionality seems to stop
working even for the correct file and i want to check that which type of
files are uploaded. Actually I cannot debug through PHP on the server as my
site is on production.

Not to my knowledge, but that should be pretty easy to create, just save all $_FILES['uploaded_file'] (or just $_FILES['uploaded_file']['tmp_name'], $_FILES['uploaded_file']['name'] and $_FILES['uploaded_file']['size']) into a logfile, note there's an error variable too.

--
Kind regards
Kim Emax - masterminds.dk

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to