<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 25 November 2013 16:36, Josh Luthman <span dir="ltr"><<a href="mailto:josh@imaginenetworksllc.com" target="_blank">josh@imaginenetworksllc.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">The browser reads the file.  Only Windows executes based on file name.</p>
<p dir="ltr"></p></blockquote></div>Yes, that's a good point.  I wondered if the browser instead gets its queue from the Content-Type header MIME type (that is "image/gif" or "image/png").  So I tested it.  Apache gives "image/gif" even for a PNG file, so Apache is looking only at the file extension.  When my browser (Chrome) gets the image file, it ignores the MIME type and instead looks at the image file contents to see what it is and how to display it.  Just like Josh said.</div>

<div class="gmail_extra"><br></div><div class="gmail_extra">J<br></div><div class="gmail_extra"><br></div></div>