Plugin Uploader Files Pro sauvegarde de photos

Plugin Uploader Files Pro

Bonjour,

Je souhaiterais de l’aide sur un problème que je rencontre:

À l’aide d’un formulaire de CR d’un intervention je voudrais uploader une image ou plusieurs et qu’elles se sauvegarde dans la db, j’ai créer des champs photo avant et photo apres . En type de champ list of image. J’ai installé le plugin Uploader files pro, mais je n’arrive pas a le paramétrer. J’ai essayé en utilisant un worflow direct uploader file ou ALL file. Mais rien ne se sauvegarde.

Si vous avez besoin de plus de précision, je serais ravi de vous en donner.

Je vous remercie par avance pour l’aide que vous pourrez m’apporter.

Bien à vous

Hi @c.chery,

Thank you for reaching out to us!

Just to ensure we’re on the same page, could you confirm if you are using our Files Pro - Multi File Uploader plugin? Based on your description, it sounds like this is the one, but I want to be 100% sure before we dive into the setup.

It sounds like you’ve correctly set up your database fields as a list of images, but the connection between the plugin’s upload process and Bubble’s “Create/Make changes to a thing” action is where the hurdle usually lies.

To get this working, please check these two key steps:

1. Triggering the Upload

Unlike the standard Bubble uploader, this plugin often requires a specific action to start the upload process. You should use the workflow action “Upload [Element Name]” when a button is clicked.

2. Saving to the Database

To save the files, you need to use an event that triggers after the upload is finished:

  • Create a workflow for the event: “A [Element Name] All Files Uploaded”.
  • Inside that workflow, add an action to “Make changes to a thing” (your CR intervention record).
  • For your photo avant or photo apres fields, use: [Element Name]'s List of File URLs.

I highly recommend checking our official documentation and the Demo Editor linked there. It shows exactly how the workflow should look to pass the list of URLs into a database field.

Give that a look and let me know if those workflows are already in place or if you’d like more specific guidance on a particular step!

Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

Hi @c.chery ,

I’m checking in to see if you had a chance to try the workflow steps I mentioned previously. Were you able to get your images saving to the database using the “All Files Uploaded” event?

If you’re still stuck, feel free to share screenshots of your current workflow setup, and I’ll be happy to take a closer look!

Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3