Hevea documentation

HttpPostedFile Properties

The properties of the HttpPostedFile class are listed below. For a complete list of HttpPostedFile class members, see the HttpPostedFile Members topic.

Public Instance Properties

ContentType Gets the MIME file content type (for instance: image/bmp).
FileName Gets the filename (name that it has on client browser side).
FormId Gets the identifier of the INPUT object in the HTML form.

See Also

HttpPostedFile Class | Hevea.Core.Http Namespace