> I have seen some php scripts for uploading files. They all mention
thet
> the file goes to a temporary folder.
> 
> How can I upload the file to a particular folder that I have created?

It's always uploaded into a temporary folder. Then you use
move_uploaded_file() to move it where you want.

---John W. Holmes...

PHP Architect - A monthly magazine for PHP Professionals. Get your copy
today. http://www.phparch.com/



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

Reply via email to