lets say i have a script that takes in a photo id and spits out a photo (very common)...
such as this one:
http://64.130.141.5/extra_item_image.php
i set the header to image/jpeg and everything works fine, but when i select save as IE thinks it is a BMP file.
i would like to send the browser something that when a users right clicked on an image and selected save image, that the popup would have a name i would specify, and the type filled in correctly.
IS THIS POSSIBLE?