Skip to main content

ASPxClientUploadControlUploadingProgressChangedEventArgs.currentFileProgress Property

Gets the position of the current file upload progress.

Declaration

currentFileProgress: number

Property Value

Type Description
number

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