Demo to preview the plugin:
Introduction
Create files easily with custom content and file formats. It supports popular formats like txt, csv, svg, json, and xml, with compatibility for other formats showcased in our demo.
Explore a world of file insights – read file data, content, format, and size with ease. Plus, downloading files is a breeze!
Unlock the power of word, paragraph, sentence, and character counting in any given text or text file.
But wait, there’s more! With our Bonus feature, you can download files from any URL – it’s not limited to the ones generated by the tool. The possibilities are limitless!
Experience the ultimate file management experience. The Ultimate File Manager awaits, ready to revolutionize your workflow. Try it today and elevate your file handling like never before!
How to setup
- Add the Plugin Element to the Page
In the Design tab, search for the element called
Generate Files
and drag it onto your page.- Trigger the File Generation from a Workflow
- Element: select the
GenerateFiles
element you added to the page. - File Name: define the file name (without the extension), such as
Report
. You can use a dynamic value (e.g.Input File Name's value
). - Content: provide the content to be saved in the file. This can be static text or dynamic (e.g.
MultilineInput File Content's value
). - Autodownload?: check this box if you want the file to be automatically downloaded once it is generated.
In the Workflow tab, add the action:
Generate A GenerateFiles
Configure the following fields:
- Handle the File Generated Event (Optional)
- Showing a notification
- Displaying a download link
- Triggering another action
After the file is generated, the plugin triggers the event:
A Generate Files A New File Has Been Generated
Use this event to execute additional steps such as:
Plugin Element Properties
Generate Files
Element Actions
Generate
Create a new file.
Title | Description | Type |
File Name | The File name INCLUDING the file extension. Eg: hello.txt , file.html , site.json | Text |
Content | The actual content of the file that you generate. Can be text, json, html etc. | Text |
Autodownload? | Enable this if the file should be automatically downloaded by the current user | Checkbox (yes/no) |
Exposed states
Title | Description | Type |
Uploaded File | The last file that was uploaded using the element. | File |
Element Events
Title | Description |
A new File has been generated | Is triggered when a new file is generated |