thumb_up_alt
Was this page helpful? Please submit feedbackopens in new window so we can improve.
File upload lets users choose one or more files from their device storage and upload it. This input control is commonly found in forms, but can also serve as a standalone element.
Single upload is the default. Accept multiple files by using the “multiple” attribute.
Be sure to include a label with helper text if there are any restrictions (such as file type or size) that the user should know.
See example pen by U-M Library Design System (@umlibrary-designsystem) on CodePen.
Was this page helpful? Please submit feedbackopens in new window so we can improve.