Krishna_Solanki Report post Posted December 2, 2009 Hi, I am saving the charts as images after chart loading. After saving i am displaying the images in an excel. The code to display is just after the chart creation. So the images do not get save completely and i am not able to export the latest images. Is there any way on server side by which i can find that all the images has saved. Please help... Thanks, Share this post Link to post Share on other sites
FusionCharts Support Report post Posted December 5, 2009 Hi, It would be like first deleting a file if its existing already, then creating the image, and then a while loop with condition till- 'not fileExists' (additionally a time limit)...after this use the image in excel. Share this post Link to post Share on other sites