System.Web.UI.WebControls.FileUpload: Method Members

The methods of System.Web.UI.WebControls.FileUpload are listed below. For a list of all members, see the FileUpload Members list.

See Also: Inherited members from System.Web.UI.WebControls.WebControl

Public Methods

SaveAs(string)

Saves the contents of an uploaded file to a specified path on the Web server.

Protected Methods

override
AddAttributesToRender(System.Web.UI.HtmlTextWriter)

Adds the HTML attributes and styles of a System.Web.UI.WebControls.FileUpload control to render to the specified System.Web.UI.HtmlTextWriter object.

override
OnPreRender(EventArgs)

Raises the System.Web.UI.Control.PreRender event for the System.Web.UI.WebControls.FileUpload control.

override
Render(System.Web.UI.HtmlTextWriter)

Sends the System.Web.UI.WebControls.FileUpload control content to the specified System.Web.UI.HtmlTextWriter object, which writes the content to render on the client.