Jump to content

CHMOD questions..


rockinaway

Recommended Posts

I basically have a picture uploading system for users. I have two questions:

 

1) What CHMOD should I use for the folders that are there for uploading files to? Currently it is 755, but I want it to be accessible and safe.

 

2) When I use the standard mkdir() function to create folders in my main parent folder, the folders don't get created. Is this because my parent folder is CHMOD 755?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/262833-chmod-questions/
Share on other sites

1. Do you want the pictures uploaded not to be accessible by users? When you upload a file to the server it's stored in a hidden temporary file so don't worry about that. By moving the file from the temporary location to a place the user cannot access it you have control over where the file resides on the server.

 

2. Are you using Windows? Probably you need to have write access to the parent folder.

Link to comment
https://forums.phpfreaks.com/topic/262833-chmod-questions/#findComment-1347228
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.