IP*Works! SSL V9 - Online Help
IP*Works! SSL V9
Questions / Feedback?

UploadProgress Event

Fired while the component is uploading files to the URL .

Syntax

[VB.NET]
Public Event OnUploadProgress As OnUploadProgressHandler
[C#]
public event OnUploadProgressHandler OnUploadProgress;

public delegate void OnUploadProgressHandler(object sender, WebuploadsUploadProgressEventArgs e);

class WebuploadsUploadProgressEventArgs : EventArgs {
  int PercentDone {get;}
}

Remarks

The PercentDone parameter shows the progress of the upload. The event is fired at least once at the beginning of the transfer, and once at the end of the transfer. The respective values for PercentDone are 0 and 100.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0