System.Web.HttpRequest.Files Property

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

Syntax

public HttpFileCollection Files { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The file collection is populated only when the HTTP request Content-Type value is "multipart/form-data".

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0