FileInput
MoleculeDrag-and-drop file upload with validation, file list, and individual remove actions.
Drag & drop files here, or
PNG or JPG, max 2 MB
<FileInput id="photo" label="Profile photo" hint="PNG or JPG, max 2 MB"
accept="image/*" maxSizeBytes={2097152} />Drag & drop files here, or
Up to 5 MB each
<FileInput id="attachments" label="Attachments" multiple hint="Up to 5 MB each" maxSizeBytes={5242880} />Drag & drop files here, or
Up to 5 MB each
<FileInput id="attachments" label="Project attachments" multiple maxSizeBytes={5242880}
onUpload={uploadFiles} uploadLabel="Upload" />Drag & drop files here, or
<FileInput id="upload" label="Disabled upload" disabled />