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