| Interface | Description |
|---|---|
| FileItem.BeforeUploadHandler |
A handler to be called before uploading the file
|
| FileItem.CancelHandler |
A handler to be called when the upload request is canceled
|
| FileItem.ErrorHandler |
A handler to be called when the upload request fails
|
| FileItem.ProgressHandler |
A handler which provides the upload progress
|
| FileItem.RemoveFileHandler |
A handler to be called when the file is removed
|
| FileItem.SuccessUploadHandler |
A handler to be called when the file is successfully uploaded
|
| FileUpload.OnAddFileHandler |
A handler to be called when file is added
|
| UploadRequestSender |
An interface for sending the upload request
|
| Class | Description |
|---|---|
| FileImage |
A component for file item image
|
| FileItem |
A component representing the upload file
|
| FileUpload |
A component for uploading files (photos, documents or any other file type) from local storage
|
| UploadOptions |
Options for controlling the upload
|
| Enum | Description |
|---|---|
| DropEffect |
An enum representing the drop effect
|
Copyright © 2019–2022 Dominokit. All rights reserved.