> With :
> <FORM ENCTYPE="multipart/form-data" ACTION="_URL_" METHOD="POST">
> <...
> Envoyez ce fichier : <INPUT NAME="userfile" TYPE="file">
> <...
> </FORM>
> 
> Is there a parameter wich indicates the directory
> where the file must be uploaded ?

The file is uploaded to the directory specified in php.ini. You must
move/copy it from there before the script ends. 

---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