FileUpload::PostedFiles Property

.NET Framework (current version)
 

Gets the collection of uploaded files.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
[BrowsableAttribute(false)]
property IList<HttpPostedFile^>^ PostedFiles {
	IList<HttpPostedFile^>^ get();
}

Property Value

Type: System.Collections.Generic::IList<HttpPostedFile^>^

The collection of uploaded files.

.NET Framework
Available since 4.5
Return to top
Show: