How to link my uploaded image in the storage bucket to my database table?
Hi folks, i want to build a table where i can upload a product image, and other details of product. i was able to build the table and add the required columns and push the data. but when it comes to attaching the image, i have no idea how to link them to my table? storage and table are in different places.

3 Replies

I would just store the path.
i see, i think i will follow that too. thanks!