Generate and Download Files

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!
Image without caption

How to setup

  1. Add the Plugin Element to the Page
    1. In the Design tab, search for the element called Generate Files and drag it onto your page.
      Element → Generate Files.
      Element → Generate Files.
  1. Trigger the File Generation from a Workflow
    1. In the Workflow tab, add the action:
      Generate A GenerateFiles
      Workflow action → Generate.
      Workflow action → Generate.
      Configure the following fields:
      • 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.
  1. Handle the File Generated Event (Optional)
    1. After the file is generated, the plugin triggers the event:
      A Generate Files A New File Has Been Generated
      Workflow event → Generate Files.
      Workflow event → Generate Files.
      Use this event to execute additional steps such as:
      • Showing a notification
      • Displaying a download link
      • Triggering another action

Plugin Element Properties

Generate Files

Element properties → Generate Files.
Element properties → Generate Files.

Element Actions

Generate

Create a new file.
Workflow action → Generate.
Workflow action → Generate.
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
Image without caption

Changelogs