Skip to content

ERROR while uploading or videos corruption issue  #52

Open
@FirdousNath

Description

@FirdousNath

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions