File Picker 8base
The File Picker 8base component allows a user to select multiple files to upload to an 8base workspace.
Properties
Name | Type | Default | Description |
---|---|---|---|
8baseBackendWorkspace | string | Specifes the name of an 8base workspace. | |
8baseApiToken | string | Specifies an 8base API token. | |
disabled | bool | false | If true, the file picker 8base is disabled. |
acceptedFiles | string | Defines a comma-separated list of allowed file types. | |
maxFileSize | number | Defines the maximum size of a file. | |
uploadOnChange | bool | false | If true, the onChange event is used to upload files. |