Page 1 of 1

PHP upload form, need help...

Posted: Thu Oct 12, 2006 11:06 pm
by WithHisStripes
Heya,
If you visit http://www.cabinetsource.biz/admin_upload_form.php and try to upload a file you'll see that it says "change permission too 755 failed"
I don't know what this means!? I assume it means that I can't upload anymore files because it doesn't matter what file type you use and I haven't modified the script since I uploaded it and it was used. Can anyone help? Thanks!

Posted: Fri Oct 13, 2006 5:58 am
by akimm
You need to CHMOD your file via FTP like 'filezilla'. That is to say its your server, if not you have to ask the admin. to change the permissions of that file so you can access it. That should solve your problem, typically html docs are a 644, php runs 755 (typically).

Posted: Sat Oct 21, 2006 7:41 pm
by WithHisStripes
Awesome. You were right on. Thanks so much! I changed it to 777 and it worked great.