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.
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.