Progress event not triggered

Hi Team
                        I'm working on ej-uploader in that control not triggered progress event .kindly look into this.
<ejs-uploader #chunkupload id='chunkfileupload' [maxFileSize]=104857600 [autoUpload]=true [asyncSettings]='path' (selected)='onFileSelect($event)' (progress)="progressBarFileUpload($event)" (success)="onUploadSuccess($event)" (failure)="fileuploaderror($event)" (canceling)='uploadingCancel($event)' dropArea='#dropTarget'></ejs-uploader>

1 Reply 1 reply marked as answer

SP Sureshkumar P Syncfusion Team August 4, 2020 08:01 AM UTC

Hi Ganesh, 
 
Greetings from Syncfusion support. 
 
Based on your shared information, we would like to say this the progress event will work only on normal upload process and when we use chunk upload, we can get the chunkuploading, chunksuccess and chunkfailure events. We suggest you use the above 3 events when using the chunk upload in our uploader component. 
 
To know more about this please refer the below API documentation links 
 
 
 
 
Regards, 
Sureshkumar P 


Marked as answer
Loader.
Up arrow icon