The properties of the McHttpPostedFile class are listed below. For a complete list of McHttpPostedFile class members, see the McHttpPostedFile Members topic.
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 file name of the file on the client's computer (for example "Test.txt"). |
FullyQualifiedFileName | 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. |
McHttpPostedFile Class | Mediachase.FileUploader.Web Namespace