Jump to content

[SOLVED] Warning Help


The Little Guy

Recommended Posts

Errors:
[code]Warning: move_uploaded_file(users/ryan/) [function.move-uploaded-file]: failed to open stream: Permission denied in C:\Program Files\xampp\htdocs\tzfiles\upload_files.php on line 70

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move 'C:\Program Files\xampp\tmp\php26A.tmp' to 'users/ryan/' in C:\Program Files\xampp\htdocs\tzfiles\upload_files.php on line 70[/code]

Line 70:
[code]move_uploaded_file($tmp_name, "users/$_SESSION[user]/".strtolower($new_name));[/code]

Hard drive location to save:
[code]C:\Program Files\xampp\htdocs\tzfiles\users\ryan[/code]


The running script is at this location:
[code]C:\Program Files\xampp\htdocs\tzfiles[/code]

It seems right, what could the problem be?
Link to comment
https://forums.phpfreaks.com/topic/32015-solved-warning-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.