Open
Description
I found some abnormal behaviour sometimes while uploading of videos, say I need to upload 140 MB of data. So below event is called after uploading is finished
upload.on('uploaded', function (details) { console.log(details); });
But when I checked the actual file its was of 120MB where my max part size was 20MB, So my wild guess is that maybe a single part is not uploaded succesfully
upload.on('part', function (details) { console.log(details); });
Do we have similar method called 'part-error' so that we can handle such situation ?
Metadata
Metadata
Assignees
Labels
No labels