<<Is register_globals off? If it is, you should be using the $_FILES array.>>
I don't think that's it. Tell me if I'm using it improperly, but I tried to
print out the filename:
print("[".$_FILES['uploadfile']['name']."]");
Is that it?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

