Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
130
What is the Maximum file size that we can upload using WebHtmlEditor
posted

Hi,

 I am using Infragistics.WebUI.WebHtmlEditor and i want to know about athe Infragistics.WebUI.WebHtmlEditor.HtmlBoxUpload.MaxFileSize property. actually we are facing problem in uploading files with size more than 9.34MB.

 Can someone help me to increase the size of attatchment to around 11MB.

 I would really appreciate any help on this

 Thanks in advance.

Parents
No Data
Reply
  • 24497
    posted

    Hi,

    WebHtmlEditor does not have any logic related to validation or limitation of html size.

    Internally it uses innerHTML of div and javascript filter/validate-text functions on client. I guess at some point browser or server may fail to process data. I think it also may depend on type of data, structure of html and number of objects in html.

Children
No Data