| |||||||
HtmlInputFile.MaxLength PropertySystem.Web.UI.HtmlControls Namespace HtmlInputFile Class Sets or retrieves the maximum length of the name of the file, including its path, to upload from the client machine. Syntax
Property Value
The property is read/write with no default value. RemarksUse this property to specify a limit for the number of characters that can be entered for the path of the file to upload.
ExampleThe below code shows how to declaratively set the MaxLength property to limit the number of characters the file path may contain. <input type="file" id="myFileUploader" maxlength="30" runat="server"/> See Also |
| ||||||
Check out related books at Amazon
© 2000-2008 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 aspxtreme