Save image on Database

Hello,

How the recording of images in Bubble works.

When I upload an image, it is saved in the file manager.

What is written to the database, just the path to this image.

I have to keep the images in the image manager to present them on the screen.

I have in this case 2 files taking up space, in the database and in the file manager or I have an image in the manager and a mirror of the image in the database.

Thanks,
Dirceu Martins de Azevedo.

Hello,

Sam here, with Bubble support! You are correct - there is only one instance of an uploaded image stored in the file manager - the image field on your database thing will contain a reference to this, and the file manager should reflect the unique ID of the database thing your image is “attached to.”

I hope this helps! Let me know if you have any other specific questions.

Hello,

Thanks for the help, that was all.