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

ChunkMetadata

Interface

Contains information related to the uploaded file. Use this metadata to process file chunks and merge them into a file on the back-end.

Definition

Package:@progress/kendo-angular-upload

Properties

The index of the currently uploaded chunk.

The MIME type of the file.

fileName

string

The file name.

fileSize

number

The file size in bytes.

fileUid

string

The unique identifier of the file.

The total number of chunks that the file is split into.