Asked By
alfonso ty
0 points
N/A
Posted on - 04/13/2012
Can anyone recommend an efficient application/ program/ plug-in that I can integrate with Magento in uploading images? I need to upload 600 images in correct orders and make sure that I do not miss a single photo.
Uploading images in Magento E-commerce Software
Hello Mr. Ty,
In Magento Forum, majority has the same problem with uploading images to Magento, but none of them has the solution for that issue. But as the time goes by, the Magento Admin has released they're official statement and solution as well in image uploading.
Here are the steps that you should follow carefuly:
1. Download the prototype.js version 1.6.0.3,
2. After that, go to Magento/js/prototype then rename prototype.js with prototype.js.BKP
3.Then copy the downloaded prototype.js in Magento/js/prototype
4. In the /app/etc/config.xml file will change the initStatements node from:
<initStatements>SET NAMES utf8</initStatements>
to:
<initStatements>SET NAMES utf8; SET FOREIGN_KEY_CHECKS=0; SET UNIQUE_CHECKS=0;</initStatements>
Flush the cache and then you can you can start uploading image for products Magento.
Â
I hope this helped!