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

ASPxClientUploadControlUploadingProgressChangedEventArgs.currentFileProgress Property

Gets the position of the current file upload progress.

Declaration

currentFileProgress: number

Property Value

Type Description
number

An Int32 value specifying the upload progress position.

Remarks

Use the currentFileProgress property to get information about the current file’s upload progress value expressed as a percentage. To obtain the progress of the total upload progress, use the ASPxClientUploadControlUploadingProgressChangedEventArgs.progress property.

See Also