We are using fusioncharts with javascript. We provide graph data using dataUrl. Everything works fine, except when dataUrl length is over 4k - everything falls apart in IE. Since IE has the restriction on url length, is it possible to do http POST instead of GET for dataurl? I tried searching for this info in documentation and faqs - could not find any. Is there any way to do POST or any other way to overcome this issue when using fusioncharts?