Posted: Thu Nov 06, 2003 9:33 am
when you upload a file, it is temporarily store somewhere specified in the PHP.ini.
You need to use move_uploaded_file before yu can do something with the uploaded file.
Mark
You need to use move_uploaded_file before yu can do something with the uploaded file.
Mark