I believe you can control this with the content-disposition header.
Response.AddHeader(
"Content-Disposition", "attachment; filename=\"filenamehere.png\"");
I believe you can control this with the content-disposition header.
Response.AddHeader(
"Content-Disposition", "attachment; filename=\"filenamehere.png\"");