PrimitivesSelect & inputFile upload
File upload
API
name
string — Form-field name on the hidden input.id
string? — Optional id — defaults to a sanitised version of the name.accept
string? — Comma-separated accept list (e.g.multiple
bool — Allow multi-file selection.max-size-mb
int? — Maximum size per file in megabytes.label
string — Visible label shown in the drop-zone.class
string?