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
Accept | string.
Gets or sets a comma-separated list of MIME encodings used to constrain the file types the user can select. | |
MaxLength | int.
Gets or sets the maximum length of the file path for the file to upload from the client computer. | |
[read-only] | PostedFile | System.Web.HttpPostedFile.
Gets access to the uploaded file specified by a client. |
Size | int.
Gets or sets the width of the text box in which the file path is entered. | |
override | Value | string.
Gets the full path of the file on the client's computer. |