hola estoy haciendo un upload en php y me da el siguiente error
Warning: move_uploaded_file(Puesta de sol.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in c:\inetpub\wwwroot\imagenes\subearchivo.php on line 26
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\PHP\uploadtemp\phpB39.tmp' to 'Puesta de sol.jpg' in c:\inetpub\wwwroot\imagenes\subearchivo.php on line 26
Ocurrió algún error al subir el fichero. No pudo guardarse.
estoy ocupando xp con iisy php 4.4
esta es la configuracion del php.ini
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; 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
cual sera el problema???