File / File List
The Filelist enables the uploading of one or more files. It also showcases the process of uploading by selecting or dragging a file.
Get Started
Properties
The following properties are available to configure the behavior of the component from the form editor (this is in addition to common properties).
Common
List Type string
Display style for uploaded files:
- File name (default)
- Thumbnail
Is Dragger boolean
Enable drag-and-drop upload (only when List Type ≠ Thumbnail).
Allow Upload boolean
Allows users to upload files. (default: true)
Allow Replace boolean
Permits replacing already uploaded files.
Allow Delete boolean
Grants users the ability to delete files.
Allow Add boolean
Controls whether users can add new files to the list.
Allow Remove boolean
Controls whether users can remove files from the list.
Download Zip boolean
If enabled, allows users to download all files as a zip archive.
Data
Owner ID string
Identifier linking uploaded files to an entity.
Owner Type string
Defines the entity type that owns the file (autocomplete supported).
Files Category string
A label or tag that classifies uploaded files into a specific category.
Synchronous Upload boolean
If true, uploads are handled synchronously.
Allowed File Types array
Restricts uploads to specified file types (e.g., 'image/jpeg', 'application/pdf').