This documentation is archived and is not being maintained.
HttpPostedFile Properties
.NET Framework 1.1
The properties of the HttpPostedFile class are listed here. For a complete list of HttpPostedFile class members, see the HttpPostedFile Members topic.
Public Properties
ContentLength | Gets the size in bytes of an uploaded file. |
ContentType | Gets the MIME content type of a file sent by a client. |
FileName | Gets the fully-qualified name of the file on the client's computer (for example "C:\MyFiles\Test.txt"). |
InputStream | Gets a Stream object which points to an uploaded file to prepare for reading the contents of the file. |
See Also
Show:
