Mediachase FileUploader.NET 1.9 Framework Help

McHtmlInputFile.MaxLength Property

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

[Visual Basic]
Public Property MaxLength As Integer
[C#]
public int MaxLength {get; set;}

Property Value

The maximum length of the file path.

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 with your browser to determine if it supports this property.

See Also

McHtmlInputFile Class | Mediachase.FileUploader.Web.UI Namespace