You need to append the HTTP response header “Content-Disposition”
Response.AppendHeader("content-disposition", "attachment; filename=\"" + fileName +"\"");
You need to append the HTTP response header “Content-Disposition”
Response.AppendHeader("content-disposition", "attachment; filename=\"" + fileName +"\"");