Can anybody help me with file uploading, again... I tried uploading a file through...
<form enctype="multipart/form-data" action="project_save.php" method="post"> <input name="project_file" type="file"> <input type="submit" value="ok"> </form> but, on project_save.php, the $HTTP_POST_FILES["project_file"]["size"] is zero(0) , and $HTTP_POST_FILES["project_file"]["tmp_name"] is an empty string. i checked, $HTTP_POST_FILES["project_files"]["error"] has a value of 2. What does error 2 mean??? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php