HttpRequestWrapper.Files Property
.NET Framework (current version)
Gets the collection of files that were uploaded by the client, in multipart MIME format.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.HttpFileCollectionBaseThe files that were uploaded by the client. The items in the HttpFileCollection object are of type HttpPostedFile.
.NET Framework
Available since 3.5
Available since 3.5
Show: