FileUpload::PostedFiles Property
.NET Framework (current version)
Gets the collection of uploaded files.
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
Available since 4.5
Show: