|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-09-23 03:15 UTC] tal at netoncourse dot com
UPLOAD_ERR_PARTIAL in the $_FILES array never occurs. In case of partial uploads, the error stays zero which is misleading of course. I've used the compiled php that I've downlaoded from php.net. I'm running the PHP SAPI module on Apcahce2 - 2.0.40 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Jan 03 04:00:01 2026 UTC |
This bug has been closed but isn't fixed yet. I'm experiencing the same problem. It is very easy to test, just do a post upload to a file containing the script <?php $message = print_r( $_FILES, TRUE ); mail('email@address.com','test',$message); ?> upload a large file, press stop during the upload and check the email. It will contain the text '[error] => 0' I'm using PHP 4.3.8 on Apache 1.3.31.