Table of Contents
ClientSideOnProgress Property

Gets or sets the name of the JavaScript function that is called by AJAXUploader periodically during the uploading process.

Syntax
 public String ClientSideOnProgress { get; set; }
Remarks

If set, AJAXUploader calls this function periodically while uploading file. You can query the status of the uploader using the uploader's client side Javascript interface and to perform custom actions based on the status.

See uploader_progress_handler for details about this event.

See Also