Page 2 of 2

Posted: Thu Nov 06, 2003 9:33 am
by JayBird
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

Posted: Thu Nov 06, 2003 9:34 am
by Aj!
yes, i read something about that.. and i now know that i dont have to use move_uploaded_file in my problem.. :)