I'm making a get
request similar to http://localhost:5050/Resource/Fetch/38763905-7e26-4ca0-adf5-2cb803b6bf75/53
to call my controller action that takes a GUID and a resolution number. It does some magic on the server side with some images and returns to my view an image. In all browsers the image displays on the page just fine but with IE9 I'm prompted to download or save the image.
Here is my jQuery line:
$('#myImage').attr("src", Ugc.Index.ProjectSubmit.ImageFetch + "/38763905-7e26-4ca0-adf5-2cb803b6bf75/53");
Thank you for your help,
Aaron