When I upload a file with Ajaxplorer 3.2.4 it always sets the file permissions of the uploaded file to 0600 and I can’t access the uploaded files (like images) directly.
Is there a way to set the default file permissions for uploaded files to 0664?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You’ll have to modify the file
(ajaxplorer_base_dir)/server/conf/conf.php.Look for the string
CHMOD_VALUEand edit the associated value from600to664.