Click or drag to resize
MvcUploaderFileTooLargeMsg Property
Gets or sets the "File too large" message.

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

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