ReadonlyacceptComma-separated MIME types or extensions (forwarded to the native input).
ReadonlyariaAccessible label for the hidden file input.
ReadonlydisabledWhether the component is disabled.
ReadonlyfileEmitted when a file passes validation and is added.
ReadonlyfileHuman-readable summary of selected files.
ReadonlyfileEmitted when a file is rejected (wrong type or too large).
ReadonlyfileEmitted when a file is removed by the user.
ReadonlyfilesTwo-way binding for the current list of selected file entries.
ReadonlylabelLabel text shown inside the drop zone.
ReadonlymaxMaximum file size in bytes. Files exceeding this are rejected.
ReadonlymultipleWhether multiple files may be selected at once.
File-upload component providing a click-to-browse button and a drag-and-drop zone.
Selected files are exposed via the two-way
filesmodel signal and emitted individually throughfileAdded/fileRemoved.Example