Table of Contents
SavePostedFileList Property

Gets or sets whether the AJAXUploader automatically keeps a list of all uploaded files.

Syntax
 public Boolean SavePostedFileList { get; set; }
Remarks

The default value is true.

See Also