Gets or sets the maximum length of the file path of the file to upload from the client machine.
[Visual Basic] Public Property MaxLength As Integer [C#] public int MaxLength {get; set;} [C++] public: __property int get_MaxLength(); public: __property void set_MaxLength(int); [JScript] public function get MaxLength() : int; public function set MaxLength(int);
The maximum length of the file path.
HtmlInputFile Class | HtmlInputFile Members | System.Web.UI.HtmlControls Namespace