HttpRequestWrapper.Files Property

Definition

Gets the collection of files that were uploaded by the client, in multipart MIME format.

C#
public override System.Web.HttpFileCollectionBase Files { get; }

Property Value

The files that were uploaded by the client. The items in the HttpFileCollection object are of type HttpPostedFile.

Applies to

Product Versions
.NET Framework 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1