[PHP-DEV] Bug in 4.03pl1 multipart/form-data method (file uploads) From: James Treworgy (jamie <email protected>)
Date: 11/12/00

File uploads of any significant size don't work (script dies after a little
while with no error reported by script). Bug report at:

http://bugs.php.net/bugs.php?id=7679

I have now tested Apache 1.3.14 + php4.0.2 and uploading works fine.
Does not work with Apache 1.3.12 + php4.0.3pl1 or 1.3.14 + php4.0.3pl1

My httpd.conf includes:

php_flag file_uploads on
php_value post_max_size 99999999
php_value upload_max_filesize 99999999

-- Jamie

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>