Mediachase FileUploader.NET 1.9 Framework Help

FormInfo.Progress Property

Returns a value that represent the percent complete.

[Visual Basic]
Public ReadOnly Property Progress As Integer
[C#]
public int Progress {get;}

Remarks

This value calculates from the two fields BytesReceived and BytesTotal.

Progress = (this.BytesReceived * 100.0) /this.BytesTotal

See Also

FormInfo Class | Mediachase.FileUploader Namespace