Response.ContentType = "image/x-png";
Response.AddHeader("Content-Disposition", string.Format("attachment;filename={0};", fileName));
A new type of spam for Google Analytics, will Google do something for this? Related discussion: http://moz.com/community/q/ga-event-t...
Response.ContentType = "image/x-png";
Response.AddHeader("Content-Disposition", string.Format("attachment;filename={0};", fileName));