HttpPostedFileWrapper Properties
.NET Framework (current version)
Namespace:
System.Web
Assembly: System.Web (in System.Web.dll)
| 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:
