Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

image upload buttons are missing in magento in back end

I am new to Magento...Installed 1.7 community Edition.

I have heard great deal about it and so far I was not impressed..anyway I am trying to add images to a Product but 'Browse files' and 'Upload' buttons are missing from the backend.

I have tried several solutions from online like:
-copying 'media' folder from 'adminhtml' folder to 'frontend',
-clearing caches,
-reforming indices,
-upgrading to latest flash player.

Nothing seems to work. If any one found solution to this problem please let me know.

like image 793
prasadmsvs Avatar asked Feb 22 '13 10:02

prasadmsvs


1 Answers

These buttons are coming from flash.So check your media folder on following location

design/adminhtml/default/default/template/media

if there is no media folder then copy from fresh magento

This will solve your problem :)

like image 56
Neeraj Garg Avatar answered Sep 19 '22 04:09

Neeraj Garg