Código PHP:
move_uploaded_file
Cita:
En la lineas que dice lo que hay es esto:Warning: move_uploaded_file(../Images/galeria/BUS.jpg) [function.move-uploaded-file]: failed to open stream: No such file or directory in /homepages/31/d291019613/htdocs/admin/gestion_inser_image.php on line 18
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpcZUR2u' to '../Images/galeria/BUS.jpg' in /homepages/31/d291019613/htdocs/admin/gestion_inser_image.php on line 18
Warning: Cannot modify header information - headers already sent by (output started at /homepages/31/d291019613/htdocs/admin/gestion_inser_image.php:18) in /homepages/31/d291019613/htdocs/admin/gestion_inser_image.php on line 30
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpcZUR2u' to '../Images/galeria/BUS.jpg' in /homepages/31/d291019613/htdocs/admin/gestion_inser_image.php on line 18
Warning: Cannot modify header information - headers already sent by (output started at /homepages/31/d291019613/htdocs/admin/gestion_inser_image.php:18) in /homepages/31/d291019613/htdocs/admin/gestion_inser_image.php on line 30
Linea 18:
Código PHP:
move_uploaded_file($_FILES['archivo']['tmp_name'], "../Images/galeria/".$_FILES['archivo']['name']);
Código PHP:
header("Location: menu_doc_image.php");
Saludos, gracias.