PinoyTech.org

CodeIgniter, Kohana, Mootools, jQuery and CSS

How to Disable Image Caching

Posted by teejay on November 28, 2009

Browser caching is useful. It lets you load pages faster by storing cache-able files on your computer. If you have a slower internet connection, this will most likely be helpful to you.

However, the problem arises if you a programmer that needs images to be fresh. I've recently creating a image manipulation program and needed to the images NOT to cache. Here's a trick to do this:

Continue reading How to Disable Image Caching