Best option to upload image with a form and show it in a table?

Hi im creating a inventory management system, i have already the form with all fields, i would like to add for each product one image, whats the best approach to achieve this? also when i click on product listing or detail it should show the image upload for sure

thank you

You can use a file picker and then use list view component instead of a table.
There are a ton of examples posted in this forum

1 Like

but using s3? or theres another way?

i just follow docs sort of and im getting this


so my image url is saved on bd , now how i can show that image on the table grid?

thank you

You should not have to use selected row if the image url is already in the result set from query1

What is the payload you get back from query1?
Can you paste the actual JSON itself?

Here's what I did manually.... but if my query returned a URL I would just select the Column type as Image URL

1 Like

you got it, was my mistake, permission issues with s3 :stuck_out_tongue: now it works

1 Like