If you mean that the <b>pages</b> you modify are cached by your browser, change browser options in<br>IE:Tools:Internet Options, under Temporary files click Settings..., then select Every time.<br><br>Or, to make it clear for every browser, if (and only while) most of your wiki pages are changing very often, add in the skin file you are using, somewhere in the HEAD section:<br>
<br>&lt;meta http-equiv=&quot;cache-control&quot; content=&quot;no-cache&quot; /&gt;<br>(or change a possibly existing similar line from &quot;cache&quot; to &quot;no-cache&quot;)<br><br>However, if you mean the <b>uploads</b> are being cached, that&#39;s tougher, and may be addressed by adding some pragma or cache directives as described at <br>
<a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.32">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.32</a> <br>, in the HTTP headers of the HandleDownload function that you can copy from scripts/uploads.php and put in a cookbook recipe or in a config file.<br>
<br>A quick look at <a href="http://www.pmwiki.org/wiki/Cookbook/Uploads">http://www.pmwiki.org/wiki/Cookbook/Uploads</a><br>did not suggest any existing recipe for this - though I may be wrong :)<br><br>$EnableIMSCaching, as the comment below states, does not address uploads, but only pages.<br>
<br>Cheers,<br>Radu<br><br><div class="gmail_quote">On Thu, Feb 5, 2009 at 12:15 PM, Launa Morris <span dir="ltr">&lt;<a href="mailto:natwire76@gmail.com">natwire76@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>I have to delete all temp files to view new versions of uploads. </div>
<div>I have this problem in both IE7 and FireFox(3.0.5).</div>
<p>My&nbsp;config file is set up as:&nbsp;</p>
<div>&nbsp;</div>
<div>##&nbsp; By default, PmWiki doesn&#39;t allow browsers to cache pages.&nbsp; Setting<br>##&nbsp; $EnableIMSCaching=1; will re-enable browser caches in a somewhat<br>##&nbsp; smart manner.&nbsp; Note that you may want to have caching disabled while<br>

##&nbsp; adjusting configuration files or layout templates.<br># $EnableIMSCaching = 1;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # allow browser caching</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Is there a way to turn off browser caching of uploads?</div>
<div>&nbsp;</div>
<div><br>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<br>_______________________________________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" target="_blank">http://www.pmichaud.com/mailman/listinfo/pmwiki-users</a><br>
<br></blockquote></div><br>