ok. the key here then is that php is going to erase the uploaded file after the script has finished processing.
What you have to do is move the file to a different location before the script ends. This is the normal behavor for PHP. More then likely the file is getting transmitted to the server, but when the script ends php automatically does some cleanup and erases any leftover files. Since you didn't move the file, it thinks that it is leftover and just erases it. Try moving the file or renaming it in some mannor and you will notice that the file stays on the server even after the script ends. Jim Lucas ----- Original Message ----- From: "Matthias Wulkow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Jim Lucas" <[EMAIL PROTECTED]> Sent: Saturday, August 23, 2003 12:43 PM Subject: Re: [PHP] file upload problem > 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 > > > > -- > Who is the ennemy? > > mailto:[EMAIL PROTECTED] > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php