[snip] I have a form in a page 1, that POSTs a file and some hidden's to page 2. If the file size is bigger that the max in php.ini, in page 2, $_POST is empty. [/snip]
Why, of course it is! The php.ini sets the max file size $_POST will be empty because it would not be allowed to load. You have two choices; A. increase the max file size in the php.ini 2. reduce the size of the file being uploaded. It is not a bug. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php