Hey everyone,
we’ve just released a new plugin: Generate and Download Files.
This plugin allows you to generate and download files within your bubble application! You can generate .txt , .json ,.html , .svg files and more. Furthermore, all generated files will be saved within your Bubble application for you to use. You can also specify if the files should be automatically downloaded or just saved. Everytime a new file is generated an Event is triggered.
Any tips for saving the file directly after it is generated? The pictured workflow results in an “XML Download” object with a blank “File” field. However, if I run it subsequent times, the file field will be populated.
Would it be possible to add the ability to create & save files via a backend workflow? I understand that the current method of using the GenerateFiles element doesn’t work with backend workflows, but having the option would be great for automatically generating files on a cadence, which is what we’re going for.
Hi, why is it that only the .txt file opens? If I use any other extension it actually saves as the right file type but when I go to open either a .doc or a PDF I get a message saying “Failed to load PDF Document” or “Pages couldn’t read the file.”
Have a problem with Cyrillic text in generated HTML file. Seems like it can’t be coded in a right way. Getting something like that, because of automatically added “charset=windows-1252” in meta tag.
Кириллица должна раÑпознаватьÑÑ
Is there any solution? Could you remove this part from generated tags?
Hi Bubblers!
Earlier, this plugin was acquired by the Rapid Dev Agency, thus if you will have any questions or suggestions about this plugin, tag us and we will be happy to help you
The issue reported here is related to the encoding of the text.
The charset=windows-1252 is not compatible with Cyrillic characters, which are typically encoded in UTF-8.
Please make sure that your Bubble app is configured to serve files with UTF-8 encoding.
Basically, it means that you need to have <meta charset="UTF-8">
in your page headers.
Hope this helps. If there is anything else that we can help with our plugin, please let us know