Warning: move_uploaded_file(/workspace/gypco/root/upfiles/chameleon2.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in /var/www/html/workspace/gypco/root/admin/seccions/upload.php on line 202
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/php5spcvE' to '/workspace/gypco/root/upfiles/chameleon2.jpg' in /var/www/html/workspace/gypco/root/admin/seccions/upload.php on line 202
Error al copiar la imagen chameleon2.jpg
Código PHP:
Ver original
if ($_FILES["File1"]["error"] == 0) { echo "Imagen subida correctamente\n"; }else{ echo "Error al copiar la imagen ".$fileName; } }else{ echo "Error al subir la imagen ".$fileName; }