LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

internet toolkit configuration

Hi,
I am developing an application using the internet toolkit. As part of this I am publishing an image that changes every time a cgi request is recieved. My problem is that the image is cached by the web-browser and is not updated as required. Using the configuration files is there any way that a custom http header can be defined for sending with these image files? Basically, I want all images in a certain directory to be sent with a no-cache header, stopping the browser from caching them.
Thanks,
Pete
0 Kudos
Message 1 of 2
(2,513 Views)
Hi Pete,
I didn't use the Inet Toolkit yet, but as far as I remember, you can accomplish this by META TAGs into the web page containing those pictures. Also, if your webserver handles ASP, you can set Response's parameters as you need.

Hope this helps
0 Kudos
Message 2 of 2
(2,513 Views)