The temp file is deleted after the script is run.  So if you're checking 
for the presence of that .TMP file after you have run your page, then you 
won't find it.  For security reasons (and also to save hard drive space), 
the file is only there during the execution of the script.  It is during 
the execution of the script that you have to do something with the 
temporary file before it is deleted, like copy it to a permanent file, or 
read the file and insert the binary data as a BLOB into your database.


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to