New to Kendo UI for AngularStart a free 30-day trial

Arguments for the resume event. The resume event fires when you resume a previously paused file upload.

TS
 @Component({
   template: `
   <kendo-upload
     [chunkable]="true"
     (resume)="resumeEventHandler($event)">
   </kendo-upload>
   `
 })
 export class UploadComponent {
   public resumeEventHandler(ev: ResumeEvent) {
     console.log('File resumed');
   }
 }

Definition

Package:@progress/kendo-angular-upload

Properties

The file that you resumed during the upload process.

In this article
DefinitionPropertiesfile
Not finding the help you need?
Contact Support