System.Web.UI.HtmlControls.HtmlInputFile Members

The members of System.Web.UI.HtmlControls.HtmlInputFile are listed below.

See Also: Inherited members from System.Web.UI.HtmlControls.HtmlInputControl

Public Constructors

Initializes a new instance of the System.Web.UI.HtmlControls.HtmlInputFile class.

Public Properties

Acceptstring.

Gets or sets a comma-separated list of MIME encodings used to constrain the file types the user can select.

MaxLengthint.

Gets or sets the maximum length of the file path for the file to upload from the client computer.

[read-only]
PostedFileSystem.Web.HttpPostedFile.

Gets access to the uploaded file specified by a client.

Sizeint.

Gets or sets the width of the text box in which the file path is entered.

override
Valuestring.

Gets the full path of the file on the client's computer.

Protected Methods

Explicitly Implemented Interface Members