cancel
Showing results for 
Search instead for 
Did you mean: 

Upload image buttton not apear in images componnents

SOLVED

Upload image buttton not apear in images componnents

Hello,

I use magento platform a few years and always in catalog->manage products and images

I choose file and i upload it

I use in 1.9.2.2 magento virsion

Now the button don't show and I read 3 ways to fix it but that did not fix my problem.

    1. Flash setting in website- i have Flash in browser and I
can't add a new website in Flash setting on chrome extenstions. (the plus button also not apear Smiley Frustrated)

     2.The second think i read to check if files:

editor.phtml
uploader.phtml
are exist in app/design/adminhtml/default/default/template/media

and files

flex.swf
uploader.swf
uploaderSingle.swf
are exist in skin/adminhtml/default/default/media

and they are exist.

     3. The third solution I read was to change
var maxUploadFileSizeInBytes = <?php echo $this->getDataMaxSizeInBytes() ?>;
var maxUploadFileSize = '<?php echo $this->getDataMaxSize() ?>';

to:

var maxUploadFileSizeInBytes = '128M';
var maxUploadFileSize = '128M';

All the solutions not solve my problem

pls help me

 

thx

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Upload image buttton not apear in images componnents

@raviv_moalem

 

Try with 777 permission media folder and refresh cache and index if you already did all above-mentioned steps.

 

Still not works then follow below link:

https://github.com/openstream/No-Flash-Image-Uploader

Manish Mittal
https://www.manishmittal.com/

View solution in original post

3 REPLIES 3

Re: Upload image buttton not apear in images componnents

@raviv_moalem

 

Try with 777 permission media folder and refresh cache and index if you already did all above-mentioned steps.

 

Still not works then follow below link:

https://github.com/openstream/No-Flash-Image-Uploader

Manish Mittal
https://www.manishmittal.com/

Re: Upload image buttton not apear in images componnents

Thx.. the gitub help me (always) Smiley Happy

Re: Upload image buttton not apear in images componnents

@raviv_moalem

 

Great to hear Smiley Happy cheers

Manish Mittal
https://www.manishmittal.com/