Contents
Can not upload image Magento 2?
Quick checklist if Magento 2 image upload not working
- Clean and flush cache.
- Run reindex.
- Logout from the backend and log in again.
- Change the user password.
- Check image roles and the “Hidden from a product page” option.
- Increase the maximum file and post size.
- Check if media folder permissions are set to 777.
How do I upload an image to Amazon?
Upload Photos and Videos Using a Web Browser
- Open Amazon Photos.
- Select the Add icon on the top right.
- Choose Upload photos or Upload folder.
- Click the photos you want to upload.
Why is Magento 2 not supporting product images?
This error can be caused by several server configuration issues. Each error will always present itself with the same generic warning from Magento 2: Attention: We don’t recognize or support this file extension type. If your using Magento 2.2.0+ the error may be worded differently.
Is the Magento upload Directory writable by the user?
Make sure that your server has a temporary upload directory setup and is writable by the Magento user; whichever user you are using for your Magento website. Most hosting providers have this setup for you but some may lock down this feature or maybe missing a default setting.
Why does Magento say can not create pub / media / TMP?
You may get an error along the lines of “Can not create directory pub/media/tmp” or you may notice after examining the XHR summary in developer tools that a 200 success code is returned but no data was saved to the server.
Is it possible to enable GB and ImageMagick in PHP?
The documentation is not too clear but it appears you can use one or both of these PHP extensions. If you upgrade to or install PHP 7+ on your server there is a chance it will disable GB and enable ImageMagick depending on how your provisioning your server. Just check that one if not both them is enabled and working correctly.