neblinc Report post Posted December 7, 2007 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? Share this post Link to post Share on other sites
Pallav Report post Posted December 15, 2007 Hi, I'm afraid you cannot do a POST call using dataURL, as it's a single GET invoke for XML that we initiate inside FusionCharts. Share this post Link to post Share on other sites