Question:
How can I stop the browser from prompting me to download the jpg/png containing my chart? I am running this through a servlet.
I set the content type to img/png or img/jpeg depending on which I am running. Any thoughts?
TIA -
Jeremy
Why does browser keep prompting to download chart.... (in)
-
- Posts: 115
- Joined: Fri Mar 14, 2003 3:13 pm
- Location: London, England
- Contact:
Image Content-Type
Should be image/jpeg or image/png. See the source to org.jfree.chart.servlet.DisplayChart for an example.
Regards,
Richard...
Regards,
Richard...