Permission for Uploading Files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
SL-Cowsrule
Forum Newbie
Posts: 13
Joined: Sat Oct 12, 2002 5:08 pm

Permission for Uploading Files

Post by SL-Cowsrule »

What permessions need to be set for the folder to where I am uploading the files to?

Thanks,
CoW
daynah
Forum Newbie
Posts: 6
Joined: Fri Oct 25, 2002 12:48 pm
Location: USA

Post by daynah »

chmod 777

Since this directory will be opened for everyone, make sure you're not uploading sensitive files to it.
Post Reply