Uploading Image Issue in Magento 1.9.3.1

image-uploadmagento1.9.3.1PHP

Before posting this question, I have made changes as describe in Security-Patches/SUPEE-8788.
After make changes as described, now "Browse" and "Upload" buttons appears but it is not working. When I click on upload button it shows some progress bar but it appears as progress shows upload completed, it not move to above images gallery, it's look like something is still broken. Please let me know if some one have fix this issue in magento 1.9.3.1

Best Answer

After trying to follow the suggestions found here SUPEE-8788-Solutions, purging all forms of cache everywhere, and digging through lines of plugin code that had no effect on uploads, nothing helped. Then I stumbled on the suggestion to merge the Javascript code - this worked!

I am sure this is a multi faceted beast but this may help:

System > Configuration > Advanced > Developer

Turn on "Merge JavaScript Files"

Merge js Files

Related Topic