ASPxClientUploadControlUploadingProgressChangedEventArgs.currentFileUploadedContentLength Property
Gets the content length of the current file already uploaded to the server.
Declaration
currentFileUploadedContentLength: number
Property Value
Type | Description |
---|---|
number | The content length. |
Remarks
Use the currentFileUploadedContentLength property to obtain the content length of the current file, already uploaded by the ASPxUploadcontrol. The total content length of the currently uploaded file can be obtained by using the ASPxClientUploadControlUploadingProgressChangedEventArgs.currentFileContentLength property.
See Also