i have an image in my page, the image is cached in the browser.
now i have deleted the image, however Because it was cached, the request does not go to the server, And it appears again.
so How can I delete it from the browser cache?
|
i have an image in my page, the image is cached in the browser. now i have deleted the image, however Because it was cached, the request does not go to the server, And it appears again. so How can I delete it from the browser cache? |
|||||||||
|
|
No you cannot physically delete cached file. Instead you can generate link to the file dynamically, for example
and eventually change the source with different
|
|||
|
|