Allowed size message need to displayed in MB

Last post 04-01-2013, 12:15 PM by Kenneth. 1 replies.
Sort Posts: Previous Next
  •  03-29-2013, 2:43 PM 77115

    Allowed size message need to displayed in MB

    Maximum allowed size messge is displaying in KB's. i need to change it in MB's

    please help me.

     

    Thanks

    Rajiv 

  •  04-01-2013, 12:15 PM 77119 in reply to 77115

    Re: Allowed size message need to displayed in MB

    Hi Rajiv,

     

    You can custom the file too large error message by property "FileTooLargeMsg", like below. So you can shows your own message.

     

          <CuteWebUI:UploadAttachments ID="uploader1" runat="server"  FileTooLargeMsg="custom error message">
                <ValidateOption MaxSizeKB="1024" />
            </CuteWebUI:UploadAttachments>
     

    Regards,

     

    Ken 

View as RSS news feed in XML