HtmlInputFile::MaxLength Property
.NET Framework (current version)
Gets or sets the maximum length of the file path for the file to upload from the client computer.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Int32The maximum length of the file path. The default value is -1, which indicates that the property has not been set.
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. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
