New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
ChunkIndex
IsSingleChunkUpload
TotalChunks
TotalFileSize
UploadID
Telerik.Web.UI.ChunkMetaData
This Class implements the ChunkMetaData object, its fields and constructors.
Inheritance Hierarchy
- System.Object
- Telerik.Web.UI.ChunkMetaData
Properties
ChunkIndex Int32
Gets or sets the ChunkIndex.
IsSingleChunkUpload Boolean
Gets or sets the value that shows if the upload is made within a single chunk.
TotalChunks Int32
Gets or sets the total chunks count.
TotalFileSize Int64
Gets or sets the total size of the file.
UploadID String
Gets or sets the upload ID.