Table of Contents
PostedFiles Property

Gets or sets a list of files that have already been uploaded.

Syntax
 public AJAXPostedFile[] PostedFiles { get; }
Remarks

Each file is represented by an AJAXPostedFile object.

Note: This property may not include files that are already moved into to FinalFileLocation. Use an AJAXPostedFileList control to maintain the full file list in that case. See FinalFileList for more details.

See Also