Table of Contents
AutoPostBack Property

Gets or sets a boolean indicating whether AJAXUploader automatically posts back when uploading process is finished.

Syntax
 public Boolean AutoPostBack { get; set; }
Remarks

By default, this property is set to false and the AJAXUploader does not automatically post back to server. You can set it to true to instruct the AJAXUploader to automatically post back when uploading is finished.

See Also