Getting move_uploaded_file to work
Posted: Sat Oct 18, 2003 7:07 am
Hi all...
Whenever I try to use move_uploaded_file to move an uploaded file to a directory, it gives me this error:
I made sure the directory exists (heck, I even create it if it doesn't!) but still can't get it to work. Any clue?
Thanks in advance.
Whenever I try to use move_uploaded_file to move an uploaded file to a directory, it gives me this error:
Code: Select all
Moving file to C:\Inetpub\wwwroot\eknowledge\quizmedia\quiz10....
Warning: move_uploaded_file(C:\Inetpub\wwwroot\eknowledge\quizmedia\quiz10): failed to open stream: Permission denied in C:\Inetpub\wwwroot\eknowledge\quiz_manager.php on line 586Thanks in advance.