asp.net.ph

FileUpload Class

System.Web.UI.WebControls Namespace


.NET Framework version 2.0

Displays a text box control and a browse button that allow users to select a file to upload to the server.

FileUpload Class Members

Collapse   Constructors

Visibility Constructor Parameters
public FileUpload ( )

Collapse   Properties

Visibility Name Value Type Accessibility
public AllowMultiple Boolean [ Get , Set ]
public FileBytes Byte [ Get ]
public FileContent Stream [ Get ]
public FileName String [ Get ]
public HasFile Boolean [ Get ]
public HasFiles Boolean [ Get ]
public PostedFile HttpPostedFile [ Get ]
public PostedFiles IList`1 [ Get ]

Collapse   Methods

Visibility Name Parameters Return Type
protected AddAttributesToRender ( HtmlTextWriter writer ) Void
public SaveAs ( String filename ) Void

Remarks

For examples illustrating use of this control, see the individual member types of this class. For syntax information, see FileUpload in ASP.NET Syntax for Web Controls.

See Also

FileUpload Web Server Control Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph