PDA

View Full Version : Uploader not working


UrbanTwitch
03-29-2008, 02:54 AM
Warning: move_uploaded_file(/home/jsfdan/public_html/upload/files/1//lolfunny1.PNG) [function.move-uploaded-file]: failed to open stream: Permission denied in /home/jsfdan/public_html/upload/upload.php on line 202

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move '/tmp/phpyMVP6Q' to '/home/jsfdan/public_html/upload/files/1//lolfunny1.PNG' in /home/jsfdan/public_html/upload/upload.php on line 202

Thats what error I get at: http://sodadome.com/upload/upload.php

Also ALL FILES are CHMOD to 777!

Help? :D

Majoracle
03-29-2008, 03:19 AM
Did you change the CHMOD of the "DIRECTORY" you're trying to upload to?

UrbanTwitch
03-29-2008, 03:53 AM
Yessir. I CHMODDED /upload/ to 777.

Still, I get the error.

PappaJohn
03-29-2008, 03:57 AM
/home/jsfdan/public_html/upload/files/1//lolfunny1.PNG

UrbanTwitch
03-29-2008, 04:25 AM
How do i prevent the extra / mark? is that what messed it up?