- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
when I upload pictures it said wrong picture My ver magento 2.3.5 1p
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @iyhamid
Okay got your screenshot, can you share what is image type you are uploading? or check your image size it should work.
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check here:
vendor/magento/framework/Image/Adapter/Gd2.php:64
if (!$filename || filesize($filename) === 0) {
throw new \InvalidArgumentException('Wrong file');
}
for your issue
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: upload pictures
Hello @iyhamid
I can not see your attached picture, can you please share it again. Thanks
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @iyhamid
Okay got your screenshot, can you share what is image type you are uploading? or check your image size it should work.
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: upload pictures
I tried JEPG, JPG and PNG no luke sorry for the delay
@Manish Mittal wrote:Hello @iyhamid
Okay got your screenshot, can you share what is image type you are uploading? or check your image size it should work.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: upload pictures
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: upload pictures
Size is 84.0 KB (86,016 bytes)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check here:
vendor/magento/framework/Image/Adapter/Gd2.php:64
if (!$filename || filesize($filename) === 0) {
throw new \InvalidArgumentException('Wrong file');
}
for your issue
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: upload pictures
Thank you Manish Very much greatly appreciated