Hey,
I have a form in my Bubble app that includes a Multi-File Uploader for images. I want to achieve the following workflow:
- The user uploads multiple images using the Multi-File Uploader.
- The user enters a word in an input field.
- Each uploaded image should be renamed to the word entered by the user (e.g., if the user enters “Vacation”, the images should be named Vacation1.jpg, Vacation2.jpg, etc.).
- Finally, all the renamed images should be compressed into a ZIP file and either saved to Bubble storage.
Does anyone have recommendations on how to achieve this in Bubble? Are there any plugins or workflows that can handle renaming files and zipping them together?