Hey folks, I’m looking for insights from those working with SQL data on how you manage images within your application.
My backend is on Supabase, with image storages. I’ve experimented with the image upload component in Glide, but it seems to exclusively upload to Glide’s storage.
Any suggestions or experiences would be greatly appreciated!
@Darren_Murphy or @Robert_Petitto do either of you know how to do this? Bob, I feel like you had an example at some point on how to use Make to grab an image from a URL…but might have been someone else.
If you wanted to still use the image picker component, you could create an action that takes the glide image URL (and RowID), send it to make, use an HTTPmodule to download the image, upload the image to a database of your choosing, hopefully that returns a response containing an image URL, and finally use the glide API to override your glide URL with your native hosting URL.
Very similar to the allow users to upload a video to your YouTube channel tutorial I did a few years back.