I've set up a file upload script for my users. When a user uploads a file that is larger than the max_post_size, the script runs for an unusually long time and fails to set any errors in the $_FILE array. An upload that is larger than max_file_size and less than max_post_size will generate errors as expected. It appears that the script fails to finish reading the post data and continues to churn along. If anyone has experienced this issue before, I would greatly appreciate some advice.
For what it is worth:
IIS 5 Win2k Server
PHP 4.3.9