HtmlInputFile.MaxLength Property
.NET Framework 3.0
Gets or sets the maximum length of the file path for the file to upload from the client computer.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public int get_MaxLength () /** @property */ public void set_MaxLength (int value)
public function get MaxLength () : int public function set MaxLength (value : int)
Not applicable.
Property Value
The maximum length of the file path. The default value is -1, which indicates that the property has not been set.Community Additions
ADD
Show:
Note: