Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

AJAXUploader.PostedFiles Property

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

[Visual Basic]
Public ReadOnly Property PostedFiles As AJAXPostedFile()
[C#]
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

AJAXUploader Class | EO.Web Namespace


Direct link to this topic