Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ecokid

    Forcing pictures to Expire from Browser cache

    I'm sorry, folks.&nbsp;&nbsp;When I was troubleshooting I changed the above script.&nbsp;&nbsp;The one I meant to include follows:<br><br>I hope some of you will still offer some ideas.<br><br>James Sharp - <A HREF="mailto:ecokid@sover.net">ecokid@sover.net</A><br>--<br><br>#!/usr/bin/perl5...
  2. ecokid

    Forcing images to expire from browser cache

    I'm trying to include a header that will make sure my images expire from browser cache. I had originally been told to do something like this <br><br>--<br>use CGI::Response qw(:Simple);<br>print &NoCache('image/gif');<br>--<br><br>but that gives me a server error.&nbsp;&nbsp;I've used &quot;use...
  3. ecokid

    Forcing pictures to Expire from Browser cache

    I'm trying to include a header that will make sure my images expire from browser cache. I had originally been told to do something like this <br><br>--<br>use CGI::Response qw(:Simple);<br>print &NoCache('image/gif');<br>--<br><br>but that gives me a server error.&nbsp;&nbsp;I've used &quot;use...
  4. ecokid

    Browser won't refresh pictures, uploaded with a script

    I have a question about pictures, uploaded with a script, that don't refresh as expected.&nbsp;&nbsp;On my site, I have pages with a file uploading button, and a copy of the current picture displayed next to it.&nbsp;&nbsp;When I upload a new picture to the same filename, the picture won't...

Part and Inventory Search

Back
Top