New to Kendo UI for Angular? Start a free 30-day trial
ChunkMetadata
Contains information which is related to the uploaded file. It is used to process the file chunks and merge them into a file on the back-end.
Name | Type | Default | Description |
---|---|---|---|
chunkIndex |
|
The index of the currently uploaded chunk. | |
contentType |
|
The MIME type of the file. | |
fileName |
|
The file name. | |
fileSize |
|
The file size in bytes. | |
fileUid |
|
The unique identifier of the file. | |
totalChunks |
|
The total number of chunks that the file is split in. |