HtmlInputFile.MaxLength Property

Definition

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.

Applies to

See also