- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 )
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
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Upload image buttton not apear in images componnents
Thx.. the gitub help me (always)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content