move_uploaded_files() error
hi,
can anybody help me
I m trying to upload images but getting some errors in move_uploaded_files() method the error is given below.
PHP Warning: move_uploaded_file(c:/21d0542c.jpg) [function.move-uploaded-file]: failed to open stream: Permission denied in C:\Inetpub\wwwroot\test\upload_file.php on line 24 PHP Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\WINDOWS\TEMP\php3A.tmp' to 'c:/21d0542c.jpg' in C:\Inetpub\wwwroot\test\upload_file.php on line 24
Plz help to solve this problem
|