In my android application I am using the Glide library for loading images, but I need to upload images that are only obtained with POST calls and a certain body (they do not return with just one URL).
For now what I do is download the images from another thread and already stored the load with load (URI) but it is inefficient, I hope you can help me.
Thank you.