Thanks for all the replies. However, I still have problems as the following code produces the following output:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= echo "0: " . $userfile . "<br>"; echo "1: " . $HTTP_POST_FILES['userfile']['size'] . "<br>"; echo "2: " . $HTTP_POST_FILES['userfile']['name'] . "<br>"; echo "3: " . $HTTP_POST_FILES['userfile']['type'] . "<br>"; echo "4: " . $HTTP_POST_FILES . " (" . sizeof($HTTP_POST_FILES) . ")<br>"; echo "5: " . $HTTP_POST_FILES['userfile_size'] . "<br>"; echo "6: " . $HTTP_POST_FILES['userfile']['type'] . "<br>"; echo "7: " . $HTTP_POST_FILES['userfile_type'] . "<br>"; echo "8: " . $usefile_type . "<br>"; -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 0: C:\\Documents and Settings\\Administrator\\Desktop\\IR Files\\gmp05.iR 1: 2: 3: 4: Array (0) 5: 6: 7: 8: -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php