Gets or sets the name of the JavaScript function that is called by AJAXUploader periodically during the uploading process.
[Visual Basic]
Public Property ClientSideOnProgress As
String
[C#]
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
AJAXUploader Class | EO.Web Namespace