Ver Mensaje Individual
  #5 (permalink)  
Antiguo 18/10/2004, 08:43
vanax
 
Fecha de Ingreso: marzo-2004
Mensajes: 50
Antigüedad: 20 años
Puntos: 0
lo he probado así y tampoco sale los siguientes errores:

Warning: move_uploaded_file(pruebaimagenes/imagenes/pipapaz.jpg): failed to open stream: No such file or directory in c:\appserv\www\pruebaimagenes\subearchivo.php on line 25

Warning: move_uploaded_file(): Unable to move 'E:\WINNT\TEMP\php6.tmp' to 'pruebaimagenes/imagenes/pipapaz.jpg' in c:\appserv\www\pruebaimagenes\subearchivo.php on line 25
Ocurrió algún error al subir el fichero. No pudo guardarse.
La linea 25 es esta:

if (move_uploaded_file($HTTP_POST_FILES['userfile']['tmp_name'], "pruebaimagenes/imagenes/$nombre_archivo"))
un saludo.