Cloudinary's Magento 2 extension. Upload product images to the cloud, manipulate them to match your graphic design and optimize images for better user experience
MIT License
15
stars
8
forks
source link
Cannot upload any file using \Magento\MediaStorage\Model\File\Uploader #58
My Magento version is 2.3.4 and I'm using an extension that uploads customer reviews from a CSV file.
The problem happens when trying to upload the CSV file, an exception is being thrown by the class Cloudinary\Cloudinary\Core\CloudinaryImageProvider method upload().
Apparently the Cloudinary's extension is overriding everything that's related to \Magento\MediaStorage\Model\File\Uploader.
Although I love using Cloudinary's service I should be able to use the other Magento's features. For example, here I'm simply trying to upload a CSV file that will be processed and can probably be removed after, so I don't need to upload that to Cloudinary.
Hello,
My Magento version is 2.3.4 and I'm using an extension that uploads customer reviews from a CSV file.
The problem happens when trying to upload the CSV file, an exception is being thrown by the class
Cloudinary\Cloudinary\Core\CloudinaryImageProvider
methodupload()
.Apparently the Cloudinary's extension is overriding everything that's related to
\Magento\MediaStorage\Model\File\Uploader
.Although I love using Cloudinary's service I should be able to use the other Magento's features. For example, here I'm simply trying to upload a CSV file that will be processed and can probably be removed after, so I don't need to upload that to Cloudinary.
Help needed!
Thanks.