日期:2014-05-17 浏览次数:20488 次
context.Response.ContentType = "application/octet-stream";
context.Response.AddHeader("Content-Disposition", "attachment;FileName=" + System.Web.HttpUtility.UrlEncode(fileName));
context.Response.BinaryWrite(bytes);