0

I have created a chart which updates whenever a csv file changes. It displays correctly in Firefox but in Internet Explorer it caches the csv file and only displays the correct value when the browser is refreshed. I have put the following into the header but it still dosent work

Is there any way to stop Internet Explorer caching the file.

PJM

1 Answers1

0

You could append a random query string to the URL:

http://www.foo.com/ajax/data.csv?cdcvhygvfghjguytdrtd

(changing it for each request)

Richard
  • 4,809
  • 3
  • 27
  • 46