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.
No description
3 Replies
Zeeshan
ZeeshanOP2y ago
No description
garyaustin
garyaustin2y ago
I would just store the path.
Zeeshan
ZeeshanOP2y ago
i see, i think i will follow that too. thanks!

Did you find this page helpful?