UploadHandle
Interface
Represent the ref of the Upload component.
Definition
Package:@progress/kendo-react-upload
Properties
actionElement
undefined | null | HTMLInputElement
The action element (hidden file input) of the Upload.
element
undefined | null | HTMLInputElement
The current root DOM element or null.
focus
() => void
Focuses the Upload component.
props
Readonly<UploadProps>
The props of the Upload component.
triggerUpload
() => void
Upload the selected files. Usable when the upload action is triggered by external code.
uploadFiles
(files: { [uid: string]: UploadFileInfo[] }) => void
Uploads the provided grouped files.
Parameters:files{ [uid: string]: UploadFileInfo[] }