File Upload
The File Upload component allows users to browse and select one or more files to upload. It is used independently or as a form component within a Form Block.
The component also has Custom Properties that allow you to add additional properties using Key Value pairs.
Properties
Name | Type | Default | Description |
---|---|---|---|
acceptedFiles | string | Defines a comma-separated list of allowed file types. | |
maxFileSize | number | Defines the maximum size of a file. | |
required | bool | false | If true, a file must be uploaded. (form only) |