Upload
configurationConfigures the composite Upload widget of the FileManager. Accepts the same options as the kendoUpload widget.
upload
Objectupload.cancel
FunctionFires when the upload was cancelled while in progress. Upload Events.
upload.clear
FunctionFires when the files are cleared by clicking on the Clear button. Upload Events.
upload.complete
FunctionFires when all active uploads complete—either successfully or with errors. Upload Events.
upload.error
FunctionFires when an upload or remove operation fails. Upload Events.
upload.pause
FunctionFires when the files are cleared by clicking the Pause button. The button is visible if chunksize is set. Upload Events.
upload.progress
FunctionFires when the data about the progress of the upload is available. Upload Events.
upload.remove
FunctionFires when an uploaded file is about to be removed. If the event is canceled, the remove operation is prevented. Upload Events.
upload.resume
FunctionFires when the files are resumed through clicking the Resume button. The button is visible if chunksize is set and the file upload is paused. Upload Events.
upload.select
FunctionFires when a file is selected. Upload Events.
upload.success
FunctionFires when an upload or remove operation is completed successfully. Upload Events.
upload.upload
FunctionFires when one or more files are about to be uploaded. The canceling of the event prevents the upload. Upload Events.