Basic example
File input is a field which user can use to upload one or more files (photos, documents or any other file type) from the local storage.
Most common use examples of file upload component is CSV upload CRM system, avatar picture upload, simple GIF upload.
Multiple files input
Use the multiple
attribute to the input to add multiple files
with one input.
Disabled file input
Use the disabled
attribute to make file input unusable and
un-clickable.
Small file input
File input size can be made small.
Large file input
File input size can be made large.