how to save a chart image on the server directory by applet
835813Feb 1 2011 — edited Feb 1 2011Hi , I am using JCChart in my project and using applet to display the chart. The chart is created at the client machine by the applet. now there is an option to export the image as a gif file of the chart to user, so when user click on export button then the image should be save in gif formate on the server. at server side as a scripting language I am using asp. Please tell me How can I save this image On the server directory by applet
and I have to follow the http protocole thats why I try it with HttpURLConnection but I become unable to directly save the image on the server directory please tell me the exact way so that I can save the image.
if there is any other better way to do this please tell me
Thanks and Regards
Dilip Agarwal