The members of System.Web.UI.WebControls.FileUpload are listed below.
See Also: Inherited members from System.Web.UI.WebControls.WebControl
Initializes a new instance of the System.Web.UI.WebControls.FileUpload class. |
[read-only] | FileBytes | byte[].
Gets an array of the bytes in a file that is specified by using a System.Web.UI.WebControls.FileUpload control. |
[read-only] | FileContent | System.IO.Stream.
Gets a System.IO.Stream object that points to a file to upload using the System.Web.UI.WebControls.FileUpload control. |
[read-only] | FileName | string.
Gets the name of a file on a client to upload using the System.Web.UI.WebControls.FileUpload control. |
[read-only] | HasFile | bool.
Gets a value indicating whether the System.Web.UI.WebControls.FileUpload control contains a file. |
[read-only] | PostedFile | System.Web.HttpPostedFile.
Gets the underlying System.Web.HttpPostedFile object for a file that is uploaded by using the System.Web.UI.WebControls.FileUpload control. |
override | AddAttributesToRender(System.Web.UI.HtmlTextWriter)
| |
override | OnPreRender(EventArgs)
| |
override | Render(System.Web.UI.HtmlTextWriter)
|