System.Web.HttpFileCollection Class

Provides access to and organizes files uploaded by a client.

See Also: HttpFileCollection Members

Syntax

public sealed class HttpFileCollection : System.Collections.Specialized.NameObjectCollectionBase

Remarks

Clients encode files and transmit them in the content body using multipart MIME format with an HTTP Content-Type header of multipart/form-data. ASP.NET extracts the encoded file(s) from the content body into individual members of an System.Web.HttpFileCollection. Methods and properties of the System.Web.HttpPostedFile class provide access to the contents and properties of each file.

Requirements

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