Single File Selection Component
open class SingleFileSelectionComponent : FileSelectionBaseComponent, Component<Flow<File>>
Content copied to clipboard
Specific component for handling the upload for one file at once.
For the common configuration options @see FileSelectionBaseComponent.
Constructors
SingleFileSelectionComponent
Link copied to clipboard
fun SingleFileSelectionComponent()
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