From:             [EMAIL PROTECTED]
Operating system: linux 2.2.x (redhat 6.2)
PHP version:      4.0.3pl1
PHP Bug Type:     *General Issues
Bug description:  zero length file created on file upload with no file, temp file is 
not deleted

If you attempt to post a multipart/form-data form without supplying a file in the 
browser, php creates a zero length temp file, but does not remove it after script 
execution.

Form Example:

<FORM ACTION="index.php" METHOD="post" ENCTYPE="multipart/form-data">
<INPUT TYPE="file" NAME="file">
</FORM>



-- 
Edit Bug report at: http://bugs.php.net/?id=8915&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to