Why does browser keep prompting to download chart.... (in)

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
jred33
Posts: 5
Joined: Wed Aug 06, 2003 8:31 pm

Why does browser keep prompting to download chart.... (in)

Post by jred33 » Wed Aug 06, 2003 8:34 pm

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

richard_atkinson
Posts: 115
Joined: Fri Mar 14, 2003 3:13 pm
Location: London, England
Contact:

Image Content-Type

Post by richard_atkinson » Wed Aug 06, 2003 10:38 pm

Should be image/jpeg or image/png. See the source to org.jfree.chart.servlet.DisplayChart for an example.

Regards,
Richard...

Locked