No '..' components allowed in path

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post 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
Aj!
Forum Newbie
Posts: 7
Joined: Thu Nov 06, 2003 8:17 am

Post by Aj! »

yes, i read something about that.. and i now know that i dont have to use move_uploaded_file in my problem.. :)
Post Reply