How to set the file names in FileTooLargeMsg property?

  •  02-05-2013, 12:03 PM

    How to set the file names in FileTooLargeMsg property?

    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>

View Complete Thread