The members of System.Web.UI.HtmlControls.HtmlInputFile are listed below.
See Also: Inherited members from System.Web.UI.HtmlControls.HtmlInputControl
Initializes a new instance of the System.Web.UI.HtmlControls.HtmlInputFile class. |
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. |
LoadPostData(string, System.Collections.Specialized.NameValueCollection)
| ||
override | OnPreRender(EventArgs)
| |
RaisePostDataChangedEvent()
|
System.Web.UI.IPostBackDataHandler.LoadPostData |
For a description of this member, see System.Web.UI.IPostBackDataHandler.LoadPostData(string, System.Collections.Specialized.NameValueCollection). | |
System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent |
For a description of this member, see System.Web.UI.IPostBackDataHandler.RaisePostDataChangedEvent. |