Using the multifile_uploader and no images are created

Uploading multiple images and the image is not being created in my database.

I need help understand how to convert the file into an image i think?

  1. You don’t need to convert an image value into a file format separately. Bubble handles that for you.
  2. Make sure the field in your database is set as either “List of Files” or “List of Images” if you’re saving multiple images.
  3. After uploading your desired images to a multi-file uploader, ensure you use a button (or similar trigger) to run a workflow like “Create a New Thing” or “Make Changes to a Thing” to save them to your database.

If you’ve already done all of this and it’s still not working, feel free to share more details, like screenshots or a video of your setup. I’d be happy to help

What workflow are you using to store the images?

Bubble stores the images in AWS and stores links as plaintext in your database.

It’s likely you need to be using ‘add-list’ (of texts) if you’re creating a new record.

If you’re looking to then display that image, you use the link it creates as the data source for the image element on your page.

This topic was automatically closed after 70 days. New replies are no longer allowed.