This documentation is archived and is not being maintained.
HttpPostedFileBase Properties
Visual Studio 2010
The HttpPostedFileBase type exposes the following members.
| Name | Description | |
|---|---|---|
|
ContentLength | When overridden in a derived class, gets the size of an uploaded file, in bytes. |
|
ContentType | When overridden in a derived class, gets the MIME content type of an uploaded file. |
|
FileName | When overridden in a derived class, gets the fully qualified name of the file on the client. |
|
InputStream | When overridden in a derived class, gets a Stream object that points to an uploaded file to prepare for reading the contents of the file. |
Show: