Upload multiple images to Cloudinary

@Yasin_Hassanien alright. You want the image to belong to something. In the multi upload to cloudinary case you just make the images belong to images. But you want it to belong to different things when you upload.
I have done that in another app which uploads ONE image at a time. You will pass over a unique id from glide to cloudinary - and thereby know that the image belongs to.
Take a look on this thread

The upload process is rather long