why can’t i use multer cloudinary storage
I’ve tried to use CloudinaryStorage
(the Multer engine) so I don’t have to save the image on the server before uploading it to the cloud. However, whenever I make a request, the response says, “No file uploaded.” Is this an issue with my code or the multer-storage-cloudinary
package? The Cloudinary configuration is correct.
why can’t i use multer cloudinary storage
I’ve tried to use CloudinaryStorage
(the Multer engine) so I don’t have to save the image on the server before uploading it to the cloud. However, whenever I make a request, the response says, “No file uploaded.” Is this an issue with my code or the multer-storage-cloudinary
package? The Cloudinary configuration is correct.