I have a question about pictures, uploaded with a script, that don't refresh as expected. On my site, I have pages with a file uploading button, and a copy of the current picture displayed next to it. When I upload a new picture to the same filename, the picture won't refresh unless I rightclick, open the image, and then reload the image.<br><br>I've tried all the tricks to force the PAGES to reload, but the pictures are still drawn off of an old cached copy. <br><br>After doing some investigating online, all I could surmise is that perhaps pictures uploaded with a form are lacking a header that normally has 'last-modified' information. This header is then (I'm guessing) used by the browser to decide whether there's a newer copy on the server.<br><br>Does anyone know anything about such image headers, if they exist (I don't know), and how to add them through a script? Or, does anyone know a better solution? <br><br>Thanks in advance, and feel free to e-mail me directly if it's convenient at <A HREF="mailto:cgi@empowerdesigns.com">cgi@empowerdesigns.com</A>.<br><br>James