Skip to main content
A newer version of this page is available. .

ASPxClientUploadControlUploadingProgressChangedEventArgs.currentFileUploadedContentLength Property

Gets the content length of the current file already uploaded to the server.

Declaration

currentFileUploadedContentLength: number

Property Value

Type Description
number

An integer value that is 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