UploadItemChunkCount Property
Gets the chunk count for the upload item.
Upload method
Html5 splits the file into chunks, then uploads chunks one by one to overcome server's request limitations.
The value will be 1 even if there is no chunked uploading.
Namespace: GleamTech.FileUltimate.AspNet.UIAssembly: GleamTech.FileUltimate (in GleamTech.FileUltimate.dll) Version: 9.1.3
public int ChunkCount { get; }
Public ReadOnly Property ChunkCount As Integer
Get
Property Value
Int32