Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Image browse and upload buttons are not showing in magento [closed]

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

I am trying to add images to a Product but 'Browse files' and 'Upload' buttons are missing from the backend.

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

like image 388
Mash Avatar asked Jan 28 '14 06:01

Mash


4 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 121
Neeraj Garg Avatar answered Nov 21 '22 07:11

Neeraj Garg


If you don't use a browser with flash plugin installed (chromium) the buttons will not display. What you need to do is to use a browser with the flash plugin (ex: google-chrome).

If you are on chromium, you can use the developer tools (F12) and you will if the error come from missing flash plugin.

like image 31
anthony_SelectiveFew Avatar answered Nov 21 '22 08:11

anthony_SelectiveFew


Its mostly comes from browser fist check it on any other browser if work fine just reinstall your browser.

like image 38
NS Layout Avatar answered Nov 21 '22 09:11

NS Layout


In mozilla, these buttons will load a little bit slowly. Try to load the page in chrome. I had the same problem when I was new to magento.

like image 36
Pavan Kumar Avatar answered Nov 21 '22 08:11

Pavan Kumar