Ask a Question
What's the designed workflow to store and retrieve images?
almost 2 years ago by Eva Ramirez
What's the designed workflow to store and retrieve images?
I'm planning to store a few images and load them on runtime.
I couldn't find anything with a quick browse so I might just encode the image to a string and upload/download to and from a microservice storage.
What I was expecting was a way to upload to a storage as a binary load and get an absolute url. Then in the microservice storage, I would only store the links.