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