using gd to dynamically build a bar graph. dynamic filename for the image, based on the ID on the db records for the data.
here's the problem: as a user adds data to the chart, they get a chance to "proof" the resulting image. They can adjust the image if there are any problems, which results in a new png file with the same filename.
To display the new png, however, one must force refresh.
I've tried all the typical HTML headers for cacheing, but these seem to all relate to HTML content and not img content.
Any workarounds?
Thanks!