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
[read-only] | ContentLength | int.
Gets the size of an uploaded file, in bytes. |
[read-only] | ContentType | string.
Gets the MIME content type of a file sent by a client. |
[read-only] | FileName | string.
Gets the fully qualified name of the file on the client. |
[read-only] | InputStream | System.IO.Stream.
Gets a System.IO.Stream object that points to an uploaded file to prepare for reading the contents of the file. |