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: 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.