The properties of the HttpPostedFile class are listed below. For a complete list of HttpPostedFile class members, see the HttpPostedFile Members topic.
ContentLength | Returns the size of an uploaded file, in bytes. |
ContentType | Returns the MIME content type of an incoming file sent by a client. |
FileName | Returns the full path of a file on the local browser's machine (for example, "c:\temp\test.txt"). |
InputStream | Provides raw access to contents of an uploaded file. |