HtmlInputFile.MaxLength Property

Definition

Gets or sets the maximum length of the file path for the file to upload from the client computer.

C#
public int MaxLength { get; set; }

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.

Napomena

Support for this property is browser-dependent. Check your browser to determine whether it supports this property.

Applies to

Proizvod Verzije
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also