HtmlInputFile.MaxLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the maximum length of the file path for the file to upload from the client computer.
public:
property int MaxLength { int get(); void set(int value); };
public int MaxLength { get; set; }
member this.MaxLength : int with get, set
Public Property MaxLength As Integer
Property Value
The maximum length of the file path. The default value is -1, which indicates that the property has not been set.
Remarks
Use this property to specify a limit for the number of characters that can be entered for the path to the file to upload.
Note
Support for this property is browser-dependent. Check your browser to determine whether it supports this property.