this is working for me:
[snip]
$data = addslashes(fread(fopen($userfile, "r"), filesize($userfile)));
$fp = fopen($filename, "w");
fwrite($fp,stripslashes($data));
fclose($fp);
[/snip]
greets
harry wiens
"Jay Blanchard" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROT
[snip]
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 .
[/snip]
See TFM at http://us3.php.net/manual/en/features.file-upload.php
HTH
--
PHP Gener
2 matches
Mail list logo