Edward 108 Posted May 9, 2014 Report Share Posted May 9, 2014 I just have a quick question since i am no server expert. When uploading image files to a temporary folder on the server, what should we chmod the image permissions to? (e.g 777) Also what should the folder permission be of the temporary folder? I could upload my image files but could not move them to another folder on the server, is there a certain permission this folder should be also? Quote Link to post Share on other sites
Larry 433 Posted May 9, 2014 Report Share Posted May 9, 2014 The temporary folder probably needs to be 777. The images just need to be 644 and the public, readable directories, 755. The destination directory will also need to be 777 to be able to move images there. These are general rules, keep in mind. It depends upon how the web server application (that's doing the uploading and moving) is configured and running. 1 Quote Link to post Share on other sites
Edward 108 Posted May 11, 2014 Author Report Share Posted May 11, 2014 Thanks this is very helpful i will have my folder updated accordingly. Quote Link to post Share on other sites
Edward 108 Posted June 5, 2014 Author Report Share Posted June 5, 2014 Implemented the 777 and 755 today and they both work well. Now i can confirm that this post is truely authentic. Quote Link to post Share on other sites
Larry 433 Posted June 6, 2014 Report Share Posted June 6, 2014 Awesome. Thanks for confirming it worked! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.