can we set the customized javascript pop up error message for max size and max files limit validations?

Last post 01-25-2013, 1:08 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  01-25-2013, 6:54 AM 76733

    can we set the customized javascript pop up error message for max size and max files limit validations?

    Hi,

     

    Is it possible to set the customized javascript alert messages for maxsize and maxfileslimit in ajax uploader control?

  •  01-25-2013, 1:08 PM 76736 in reply to 76733

    Re: can we set the customized javascript pop up error message for max size and max files limit validations?

    Hi mvjr,

     

    Please use property "FileTooLargeMsg" and "MaxFilesLimitMsg".

     

    <CuteWebUI:UploadAttachments runat="server" ID="Uploader1" MaxFilesLimit="1"  FileTooLargeMsg="file too large" MaxFilesLimitMsg="support 1 file a time">
            <ValidateOption MaxSizeKB="10" />
    </CuteWebUI:UploadAttachments>

     

    Regards,

     

    Ken
     

View as RSS news feed in XML