ID: 20322 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Unknown/Other Function Operating System: Win2K PHP Version: 4.2.3 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2002-11-08 19:45:32] [EMAIL PROTECTED] According to the documentation, the function "is_uploaded_file" is supposed to return "true" if successful. However it is returning 0 or false even though the file upload was successful according to the $_FILES['filename']['error'] which is present in 4.2.3. I'm going to assume that the function is returning the value of the error code (in this case, 0) which is very confusing. The file was uploaded via HTTP POST. In summary, this function should not return the value of $_FILES['filename']['error']. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=20322&edit=1
