Saving photos

Hi all.
I have a page where the user enters “stats” against an item, as well as loading a photo.
When the user clicks save, it saves the stats into a local db.
Is there a way to save the photo to the same table? Or use a unique key to link the two together?
The reason being on another page the user can select the name and the photo and stats will show.

Yes, you’ll need to upload the photo to Cloudinary using Thunkable blocks and then store the cloudinary url in your database.

This will get you started: https://www.youtube.com/watch?v=z3dsiSzihdI