I am aware that Glide’s image picker component, when pulling the image, automatically turns it into a URL. However this then means that the API we are sending it to (we work directly with them), has to download the image from this URL and then process it.
Has anyone come up with a method whereby you can just send the image itself, then they can remove the whole open url download image process?
For more info, people using our app on site are taking a picture of products and uploading them. Nothing from their gallery at all.