File Uploader

Content Type: Module
Categories: Data

Overview

The file uploader enables you to upload files by dragging and dropping them onto the widget or using the file selection dialog. It supports multi-file uploading, allowing you to select and upload multiple files simultaneously. Additionally, it has an image-only mode that previews thumbnails of the uploaded images.

Documentation

Please see File Uploader in the Mendix documentation for details.

Releases

Version: 2.2.1
Framework Version: 10.22.0
Release Notes: ### [2.2.1] FileUploader #### Fixed - We updated file size display in the file uploader to show commonly used units (KB, MB, GB) instead of previously incorrect units (Kb, Mb, Gb). Instead of using technically correct binary units (KiB, MiB, GiB), we chose a format more familiar to users.
Version: 2.2.0
Framework Version: 10.22.0
Release Notes: ### [2.2.0] FileUploader #### Added - We made "Associated files/images" preconfigured with corresponding entities. - We made it possible to configure custom buttons for file uploader entries. #### Fixed - We fixed an issue with hover colors of the dropzone
Version: 2.1.0
Framework Version: 10.21.0
Release Notes: ### [2.1.0] FileUploader #### Changed - We updated studio pro minimum version to 10.21 to support Mendix 11.
Version: 2.0.0
Framework Version: 10.15.0
Release Notes: ### Changed - Bump the minimum supported version to 10.15. ### [2.0.0] FileUploader #### Added - We made "Action to create new files/images" preconfigured with corresponding nanoflows.
Version: 1.0.3
Framework Version: 9.24.0
Release Notes: ### [1.0.3] FileUploader #### Fixed - We fixed an issue with long file names causing text to extend beyond the widget.
Version: 1.0.2
Framework Version: 9.24.0
Release Notes: ### Added - We added a module user role that have permissions to upload files and images. ### [1.0.2] FileUploader #### Fixed - We fixed an issue where an error occurred when uploading multiple files on a newly created context object. - We fixed an issue where, in image mode, users could upload unsupported image formats. #### Added - We improved handling of the File/Image creation action. It is now easier to spot misconfigured actions through console warnings. - We added timeout functionality for the File/Image creation action. It will abort the file uploading process if an object is not created within a certain time. - We added a setting to enable read-only mode.
Version: 1.0.1
Framework Version: 9.24.0
Release Notes: ### Added - The file uploader widget enables you to upload files by dragging and dropping them onto the widget or by using the file selection dialog.