System.Web.UI.HtmlControls.HtmlInputFile: Property Members

The properties of System.Web.UI.HtmlControls.HtmlInputFile are listed below. For a list of all members, see the HtmlInputFile Members list.

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

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.