Click or drag to resize
UploaderBaseWindowsDialogLimitMsg Property
Gets or sets the message for windows file browse dialog 32K file name length limitation.

Namespace: CuteWebUI
Assembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntax
public string WindowsDialogLimitMsg { get; set; }

Property Value

Type: String
Unable to select so many files at once. The total file name length cannot exceed 32kb.
See Also