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

ASPxClientUploadControlUploadingProgressChangedEventArgs.uploadedContentLength Property

Gets the content length of the files already uploaded to the server.

Declaration

uploadedContentLength: number

Property Value

Type Description
number

An integer value that represents the content length.

Remarks

Use the uploadedContentLength property to obtain the content length of all files that have already been uploaded by the ASPxUploadcontrol. The content length of the files selected for upload can be obtained by using the ASPxClientUploadControlUploadingProgressChangedEventArgs.totalContentLength property.

See Also