jcadima
2/1/2017 - 9:27 PM

Magento Image Upload Permissions

Magento Image Upload Permissions


http://stackoverflow.com/questions/34957448/chmod-640-for-uploaded-file-after-supee-7405-patch


EDIT:
lib/Varien/File/Uploader.php 

and just change line no 220 and change 
chmod($destinationFile, 0640) 

to 

chmod($destinationFile, 0644)