FileUpload
Komponent FileUpload poskytuje univerzálnu funkciu nahrávania súborov pre webové aplikácie. Podporuje prispôsobiteľné atribúty, ako sú povolené typy súborov, veľkosť častí alebo tiež maximálnu veľkosť súboru, spolu s metódami drag-and-drop a tradičným výberom súborov.
Základné použitie
Ikona
Atribúty a Vlastnosti
accepted-types
Description | Sets the accepted file types to upload. |
Attribute | accepted-types |
Type | number |
Default | 0 |
chunk-size
Description | Sets the fragment size for uploading large files in bytes. |
Attribute | chunk-size |
Type | number |
Default | 1 MB |
max-file-size
Description | Sets the maximum file size allowed for uploading in bytes. |
Attribute | max-file-size |
Type | number |
Default | 1 MB |
Eventy
No events available for this component.
Metódy
No public methods available for this component.
CSS Shadow Parts
Name | Description |
---|---|
native | Refers to a div element inside an element. |
CSS Custom Vlastnosti
No CSS custom properties available for this component.
Sloty
No slots available for this component.