Edward Posted May 9, 2014 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? Link to comment Share on other sites More sharing options...
Larry Posted May 9, 2014 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 Link to comment Share on other sites More sharing options...
Edward Posted May 11, 2014 Author Share Posted May 11, 2014 Thanks this is very helpful i will have my folder updated accordingly. Link to comment Share on other sites More sharing options...
Edward Posted June 5, 2014 Author 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. Link to comment Share on other sites More sharing options...
Larry Posted June 6, 2014 Share Posted June 6, 2014 Awesome. Thanks for confirming it worked! Link to comment Share on other sites More sharing options...
Recommended Posts