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

ASPxClientUploadControlUploadingProgressChangedEventArgs.totalContentLength Property

Gets the content length of the files selected for upload.

Declaration

totalContentLength: number

Property Value

Type Description
number

An integer value specifying the total content length of the selected files.

Remarks

Use the totalContentLength property to obtain the content length of all files selected for upload. To get the content length of the currently uploaded file, use the ASPxClientUploadControlUploadingProgressChangedEventArgs.currentFileContentLength property. The content length of the files that have already been uploaded can be obtained by using the ASPxClientUploadControlUploadingProgressChangedEventArgs.uploadedContentLength property.

See Also