File Upload JS Action

Content Type: Module
Categories: Utility,User Interface,Mobile

Overview

A module containing a Javascript Action to upload a file or image, offering

you greater control over how you present a user interface for uploading files.

For instance, it can be used to enable users to directly upload a new profile

picture with a simple click on the image instead of needing a separate upload

page.

Documentation

File Upload JS Action

The File Upload JS Action is a JavaScript action designed to facilitate file uploads, offering you greater control over how you present a user interface for uploading files. For instance, it can be used to enable users to directly upload a new profile picture with a simple click on the image instead of needing a separate upload page.

Features

  • Upload an image or file via a Nanoflow.
  • Customize supported file types based on mimetype.

Usage

  1. Import the module into your project.
  2. Create a button in your app that triggers a Nanoflow.
  3. Add the JavaScript action to the button.
  4. Configure the JavaScript action by providing an object that generalizes the FileDocument or Image entity.

Issues, Suggestions, and Feature Requests

If you encounter any issues, have suggestions for improvements, or want to request new features, please visit our GitHub repository.

Releases

Version: 1.1.0
Framework Version: 11.12.1
Release Notes:

Updated for Mx 11

Version: 1.0.0
Framework Version: 9.24.10
Release Notes: Initial release