Hi,
how to set the FileTooLargeMsg property with a custom message to display large file names when we upload the multiple files through ajax uploader?
we need to display the message something like below
FileTooLargeMsg="{File1},{File2} cannot be uploaded. File size(File1:10MB,File2:20MB) is too large"
<CuteWebUI:UploadAttachments runat="server" ID="Uploader1" MaxFilesLimit="5" FileTooLargeMsg="File1,File2 cannot be uploaded. File size(File1:10MB,File2:20MB) is too large" MaxFilesLimitMsg="support 5 file a time">
<ValidateOption MaxSizeKB="1000" />
</CuteWebUI:UploadAttachments>