Skip to main content

ASPxClientUploadControlUploadingProgressChangedEventArgs.uploadedContentLength Property

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

Declaration

uploadedContentLength: number

Property Value

Type Description
number

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