Jump to content

Browser cache


Yesideez

Recommended Posts

I've got this code at the start of each page:
[code]header('Cache-Control: no-cache');
  header('Pragma: no-cache');[/code]
Users upload their profile pic and it is stored on the server always as profile.jpg in their own folder. Its viewing perfectly fine but when they upload a new one the previous image is shown as its cached - how can I tell the browser to reload the image without using a different filename for the image? I've even tried placing a full URL to the image including http:// to no avail and I've spent ages searching on Google for a solution also to no avail.
Link to comment
https://forums.phpfreaks.com/topic/18032-browser-cache/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.