UploaderBaseMaxFilesLimitMsg Property |
Gets or sets the "maximum number of files" message.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic string MaxFilesLimitMsg { get; set; }
Public Property MaxFilesLimitMsg As String
Get
Set
<asp:UploaderBase MaxFilesLimitMsg="String" />
Property Value
Type:
String{0} cannot be uploaded!\n\nFile size ({1}) is too large. The maximum file size allowed is set to: {2}.
See Also