UPDATE: 10/19/16. It also breaks your attribute editing in some instances:
http://magento.stackexchange.com/questions/53352/magento-1-9-no-upload-image-buttons
app/design/adminhtml/default/default/template/media/uploader.phtml
To fix the product image upload button not loaded in Magento CE 1.9.2.1, I had to add ' character in maxUploadFileSizeInBytes value. Change var maxUploadFileSizeInBytes = <!--?php echo $this->getDataMaxSizeInBytes() ?-->; To var maxUploadFileSizeInBytes = '<!--?php echo $this->getDataMaxSizeInBytes() ?-->'; |
After having applied the latest SUPEE-8788 patch to an Magento EE system, we noticed right away that the “upload” button was missing on the products WYSIWYG view.