Multi File Selection Component
open class MultiFileSelectionComponent : FileSelectionBaseComponent, Component<Flow<List<File>>>
Content copied to clipboard
Specific component for handling the upload for an arbitrary amount of files.
For the common configuration options @see FileSelectionBaseComponent.
Constructors
MultiFileSelectionComponent
Link copied to clipboard
fun MultiFileSelectionComponent()
Content copied to clipboard
Functions
Properties
base64
Link copied to clipboard
fileReadingStrategy
Link copied to clipboard
val fileReadingStrategy: ComponentProperty<FileSelectionBaseComponent.() -> FileReadingStrategy>
Content copied to clipboard
plainText
Link copied to clipboard