For the application I’m currently working on, Uploading,Deleting and Retrieving Images for our inventory will be a very integral part of the application. I was thinking it would be best to store these images in a blob storage eg in a web disk and access the urls to store the url in the table and retrieve these links to display in the website.
I was just wondering, how do I connect a web disk or config it to my website using Wappler? I see that S3 storage is used for a similar use case? I wanted to have a more expertise opinion if I am heading in the right direction or should I be using something else? Any suggestions?
Great question… my app uses a lot of images and I do exactly that… I use the Wappler S3 features to manage images on an AWS S3 “bucket”, and I store the URL of the images along with associated tracking data in a database table.
That’s exactly what I had in my mind as well, Only difference is I was thinking of using the storage web disk space on my in motion hosting instead of aws, Thank you for the inputs.
Would recommend you to use S3 from aws/DO/cloudflare etc.
If images are integral part of the application’s functioning, look for a CDN solution as well… Similar to what Ben has shared.