Re: [PHP-DEV] Uploaded files and $HTTP_POST_FILES

2001-11-04 Thread Jani Taskinen
On Sun, 4 Nov 2001, Richard Heyes wrote: >With 4.06 when a file was too large, the $HTTP_POST_FILES was still >populated with the filename, >but not a tmp_name. However after installing 4.2.0, the HTTP_POST_FILES >array is completely empty. Is this intended behaviour? Hmm..is this documented som

[PHP-DEV] Uploaded files and $HTTP_POST_FILES

2001-11-04 Thread Richard Heyes
With 4.06 when a file was too large, the $HTTP_POST_FILES was still populated with the filename, but not a tmp_name. However after installing 4.2.0, the HTTP_POST_FILES array is completely empty. Is this intended behaviour? -- Richard Heyes -- PHP Development Mailing List