Table of Contents
ClientSideOnFileSelected Property

Gets or sets the name of the JavaScript function that is called when user selects a file.

Syntax
 public String ClientSideOnFileSelected { get; set; }
Remarks

See uploader_fileselected_handler for more details.

See Also