Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/12/2002, 12:14
Avatar de joseisrael
joseisrael
 
Fecha de Ingreso: noviembre-2002
Ubicación: Maracay, Edo. Aragua
Mensajes: 221
Antigüedad: 21 años, 5 meses
Puntos: 1
Exclamación A ver !!

Saludos.

En el php.ini esta lo siguiente:

-------------------------------------
; Whether to allow HTTP file uploads.
file_uploads = On

; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
upload_tmp_dir = C:\PHP\uploadtemp ; temporary directory for HTTP uploaded files (will use system default if not specified)

; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
------------------------------------------




Y el error que me da al subir los archivos es:

-------------------------------------------
Warning: Unable to create 'c:/Inetpub/wwwroot/webnew/img/banners/superiores_home/': Permission denied in C:\Inetpub\wwwroot\webnew\administrador\banners_a. php on line 63

Warning: Unable to move 'C:\WINNT\TEMP\php130.tmp' to 'c:/Inetpub/wwwroot/webnew/img/banners/superiores_home/' in C:\Inetpub\wwwroot\webnew\administrador\banners_a. php on line 63
-------------------------------------------------




La línea 63 tiene:

----------------------------------------------------
move_uploaded_file($HTTP_POST_FILES['userfile']['tmp_name'], $RUTA_UPLOADED);
----------------------------------------------------
__________________
Aprender Siempre. Lema de Vida

José Molina