Test it like that:
print_r($_FILES) // with php < 4.1 use $HTTP_POST_FILES
Now you can find your file at ...['tmp_name']
See also the php manual ;-)
Regards, Matthias
Matthias Wulkow wrote:
Hallo Jim,
am Samstag, 23. August 2003 um 21:32 hast Du Folgendes gekritzelt:
JL> how are you checking to see if the files are getting uploaded?
JL> Jim Lucas
I'm looking in /tmp for new files... but there are none. I'm also looking in the Apache-RootDirectory. No files neither.
SvT
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php