File Input Component
Allows users to select files from their device to upload.
File input is an input field for selecting one or more files. It often pairs with file preview cards to implement a complete file upload pattern with visual previews of the files that will be submitted.
The file-input lets the user choose one or more files from their device storage. Once chosen, the files can be uploaded to a server using form submission , or manipulated using JavaScript code and the File API .
The entire element can function as a dropzone for drag and drop, however this functionality requires JavaScript and is outside the scope of a CSS library such as eBay Skin.
