UploadProgress Event

Fired while the component is uploading files to the URL .

Syntax

public open class DefaultWebuploadEventListener : WebuploadEventListener {
  ...
  public override fun uploadProgress(e: WebuploadUploadProgressEvent) {}
  ...
}

public class WebuploadUploadProgressEvent {
  val percentDone: Int
}

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) 2021 /n software inc. - All rights reserved.
IPWorks 2020 Kotlin Edition - Version 20.0 [Build 7941]