HttpRequest::Files Property
.NET Framework (current version)
Gets the collection of files uploaded by the client, in multipart MIME format.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web::HttpFileCollection^An HttpFileCollection object representing a collection of files uploaded by the client. The items of the HttpFileCollection object are of type HttpPostedFile.
The file collection is populated only when the HTTP request Content-Type value is "multipart/form-data".
.NET Framework
Available since 1.1
Available since 1.1
Show: