Nico Veenman wrote:
Hi,

When uploading 'large' files of (for example 6MB) I have a problem that
after uploading to the tmp folder on the server (so when the php script is
called), the tmp_name in the FILES global is empty. So this means I can't do
a move uploaded file because I don't know where the tmp file is.

Any idea why php 'resets' the tmp_name when uploading large files (aka when
uploading just takes a minute or two).

Did you check these php settings?

* upload_max_filesize
* post_max_size
* max_input_time

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



Reply via email to