System.Web.HttpPostedFile: Property Members

The properties of System.Web.HttpPostedFile are listed below. For a list of all members, see the HttpPostedFile Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
ContentLengthint.

Gets the size of an uploaded file, in bytes.

[read-only]
ContentTypestring.

Gets the MIME content type of a file sent by a client.

[read-only]
FileNamestring.

Gets the fully qualified name of the file on the client.

[read-only]
InputStreamSystem.IO.Stream.

Gets a System.IO.Stream object that points to an uploaded file to prepare for reading the contents of the file.