MvcUploaderWindowsDialogLimitMsg Property |
Gets or sets the message for windows file browse dialog 32K file name length limitation.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic string WindowsDialogLimitMsg { get; set; }
Public Property WindowsDialogLimitMsg As String
Get
Set
Property Value
Type:
StringUnable to select so many files at once. The total file name length cannot exceed 32kb.
See Also