Page 1 of 1
File Upload Problem (Perhaps CHMOD)
Posted: Fri Jun 11, 2004 7:24 pm
by Joe
I have recently made a new upload script for my site but when I test it all I get is a message saying Forbidden, permission denied. I think it has something to do with the CHMOD but im not sure. Any help appreciated!
Joe

yea, chmod it
Posted: Fri Jun 11, 2004 7:31 pm
by monkeyj
You have to have the folder your storing all the files in CHMOD'd to like.. 777... that should do it...
Anything your writing to from the script.. to place the file has to be CHMOD'd.. if your clicking it on your page...
Cause it has to be publicly writable
Posted: Fri Jun 11, 2004 8:02 pm
by Joe
Ah ok. I got it now. thanks a lot bud!
Re: yea, chmod it
Posted: Sat Jun 12, 2004 11:51 am
by Weirdan
monkeyj wrote:You have to have the folder your storing all the files in CHMOD'd to like.. 777... that should do it...
Anything your writing to from the script.. to place the file has to be CHMOD'd.. if your clicking it on your page...
Cause it has to be publicly writable
It would grant everybody all permissions on that folder
Re: File Upload Problem (Perhaps CHMOD)
Posted: Mon Jun 14, 2004 9:54 am
by pickle
Joe wrote:I think it has something to do with the CHMOD ...
FYI: CHMOD is the Linux command to CHange the MODe of a file, the issue is with the MODE, not the CHMOD
