v-file-input
component is a\r\n specialized input that provides a clean interface for selecting files,\r\n showing detailed selection information and upload progress. It is meant\r\n to be a direct replacement for a standard file input.\r\n \r\n See documentation.\r\n \r\n \r\n The v-file-input
can contain multiple files at the\r\n same time when using the multiple prop.\r\n
\r\n The v-file-input
has a default prepended icon that\r\n can be set on the component or adjusted globally.\r\n
\r\n When using the show-size property along with counter, the total\r\n number of files and size will be displayed under the input.\r\n
\r\n\r\n The flexibility of the selection slot allows you accomodate\r\n complex use-cases. In this example we show the first 2 selections\r\n as chips while adding a number indicator for the remaining amount.\r\n
\r\n\r\n A selected file can be displayed as a chip. When using the chips\r\n and multiple props, each chip will be displayed (as opposed to the\r\n file count).\r\n
\r\n\r\n v-file-input
component can accept only specific media\r\n formats/file types if you want.\r\n
\r\n The displayed size of the selected file(s) can be configured with\r\n the show-size property. Display sizes can be either 1024 (the\r\n default used when providing true) or 1000.\r\n
\r\n