[PHP] Copy or move_uploade_file

2003-06-25 Thread Vahid Pourahmary
Wich is better to use and why to options im trying tu figure out what is better COPY or Move_Uploaded_File -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Fw: upload

2003-06-25 Thread Vahid Pourahmary
i have this problem when i try to upload a file this is the form that i have Send this file: and this is the script for upload $Archivo = $HTTP_POST_VARS['userfile']; copy($Archivo,"Archivos/".$Archivo); but it doesnt work . thnakyou VP -- PHP General Mailing List (http: