Multi-File Upload

premium

Multiple 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

PropertyTypeDefaultDescription
nameString"files"Field name used in form data.
labelString"Upload Files"Label displayed above the upload area.
acceptString--Accepted file types.
maxSizeNumber5Maximum file size per file in MB.
requiredBooleanfalseWhether 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.

Related components