System.Web.UI.HtmlControls Namespace
Allows programmatic access to the HTML <input type=file> element on the server.
Use the HtmlInputFile server control to handle uploading binary or text files from a browser client to the server. File upload works with Microsoft Internet Explorer version 3.02 or later.
NOTE: This class only works if the Enctype property of an HtmlForm is set to "multipart/form-data".
For examples illustrating use of this control, see the individual member types of this class. For syntax information, see HtmlInputFile in ASP.NET Syntax for HTML Controls.
HtmlInputText HtmlInputButton HtmlInputRadioButton HtmlInputCheckBox HtmlInputImage HtmlInputHidden PostedFile Enctype
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note