Image Upload errors in Magento -


if experience image upload errors after upgrade or fresh install, try amend file:

root/lib/varien/file/uploader.php  "chmod($destinationfile, 0640)" "chmod($destinationfile, 0644)" 

any images have uploaded, please change file permissions manually 644.


Comments