IsabyteUpload
API reference for IsabyteUpload — parameters, event callbacks, and related configuration.
IsabyteUpload
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
IsabyteAppState | IsabyteRootComponentBase | CascadingNullable | — |
CultureState | IsabyteCultureState | CascadingNullable | — |
Enabled | bool | — | |
ShowDropZone | bool | — | |
ShowUploadedFiles | bool | — | |
ButtonMode | bool | — | |
ButtonText | string | Nullable | — |
ButtonIcon | string | Nullable | — |
ButtonIconPosition | IsabyteButtonIconPosition | — | |
ButtonVariant | IsabyteButtonVariant | — | |
ButtonSize | IsabyteComponentSize | — | |
ButtonBaseColor | string | Nullable | — |
ButtonFontColor | string | Nullable | — |
ItemTemplate | RenderFragment<IsabyteUploadFile> | Nullable | — |
AllowMultiple | bool | — | |
AllowedExtensions | String[] | — | |
AllowedMimeTypes | String[] | — | |
AllowAllFiles | bool | — | |
MaxFileSize | long | — | |
CssClass | string | — | |
Style | string | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
OnFilesUploaded | EventCallback<List<IsabyteUploadFile>> | — |