string contentType = "";
string FilePath = "";
Page.Response.Clear();
Page.Response.ContentType = contentType;
Page.Response.AppendHeader("Content-Disposition", "attachment;filename=" + FilePath);
Page.Response.WriteFile(FilePath);
Page.Response.End();
string FilePath = "";
Page.Response.Clear();
Page.Response.ContentType = contentType;
Page.Response.AppendHeader("Content-Disposition", "attachment;filename=" + FilePath);
Page.Response.WriteFile(FilePath);
Page.Response.End();
浙公网安备 33010602011771号