From:             [EMAIL PROTECTED]
Operating system: Unix/Linux
PHP version:      4.1.1
PHP Bug Type:     Feature/Change Request
Bug description:  is_uploaded_file does not work correctly

This function can return a false positive if you set a MAX_FILE_SIZE limit
in the HTML form sending the file and then proceeed to send a file bigger
than this max.  If a call is made to _is_uploaded_file to see if the file
made it to the server, the function will return TRUE even though the file
doesn't exist on the server and the filename is set to "none".  In this
case, the function _is_uploaded_file should return FALSE, not TRUE because
it has not been uploaded.
-- 
Edit bug report at: http://bugs.php.net/?id=14890&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