Package dev. fritz2. components. file
Types
Link copied to clipboard
Link copied to clipboard
This abstract class is the base configuration for file inputs. It has two specific implementations:
Link copied to clipboard
open class MultiFileSelectionComponent : FileSelectionBaseComponent, Component<Flow<List<File>>>
Content copied to clipboard
Specific component for handling the upload for an arbitrary amount of files.
Link copied to clipboard
open class SingleFileSelectionComponent : FileSelectionBaseComponent, Component<Flow<File>>
Content copied to clipboard
Specific component for handling the upload for one file at once.