Table of Contents
ClientSideOnStart Property

Gets or sets the name of the JavaScript function that is called by AJAXUploader when the upload starts.

Syntax
 public String ClientSideOnStart { get; set; }
Remarks

See clientside_generic_handler for more details.

See Also