upload.php on line 54

See all posts See thread Reply

Re: upload.php on line 54 new!
by colin, 16 years, 10 months ago
For some reason, the data of your form is not transmitted to upload.php.

Try to add the following at the start of upload.php
die(print_r($_POST, 1) .print_r($_FILES, 1))

Check if your browser is properly set, and if your server is OK. It seems to be a local problem.Reply