I'm working on a new website, written in php. Part of it is a file upload area which isn't quite working. I get it
Warning: move_uploaded_file(/home/jason/www/upload/file.txt) [function.move-uploaded-file]: failed to create stream: Permission denied in /home/jason/www/index.php(72): eval()'d code on line 7
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpPtVkiM' to '/home/jason/www/upload/file.txt' in /home/jason/www/index.php(72) : eval()'d code on line 7
Does anybody have any idea of what the problem is and how I can fix it?
Question
Wizz
I'm working on a new website, written in php. Part of it is a file upload area which isn't quite working. I get it
Does anybody have any idea of what the problem is and how I can fix it?
Heres a link to my phpinfo() script..
Link to comment
Share on other sites
3 answers to this question
Recommended Posts