Returns a value that represent the percent complete.
This value calculates from the two fields BytesReceived and BytesTotal.Progress = (this.BytesReceived * 100.0) /this.BytesTotal
FormInfo Class | Mediachase.FileUploader Namespace