<?php
$archivo=$_FILES['archivo']['name'];
copy($archivo,"fotos/".$archivo);
?>
Y el mensaje de error este:
Warning: copy(fpdf153.zip): failed to open stream: No such file or directory in C:\AppServ\www\PORTAFOLIO\subir.php on line 15
Quer hago mal?? la carpeta "fotos" existe, el campo "archivo" tambien..
Muchas gracias.