Multi-File Upload
premiumMultiple file upload with individual file validation.
Overview
The Multi-File Upload extends the single file upload to accept multiple files. Each file is validated individually for type and size.
Properties
| Property | Type | Default | Description |
|---|---|---|---|
name | String | "files" | Field name used in form data. |
label | String | "Upload Files" | Label displayed above the upload area. |
accept | String | -- | Accepted file types. |
maxSize | Number | 5 | Maximum file size per file in MB. |
required | Boolean | false | Whether at least one file must be uploaded. |
Features
- Multiple file selection
- Individual file validation (type and size)
- File list with individual remove buttons
- Drag-and-drop support
Tips
Each file is validated independently — one invalid file won't block others.
Validation
This component uses file validation. See the Validation Guide for details on configuring rules and error messages.