摘要:
Response.ContentType = "application/x-zip-compressed";
Response.AddHeader("Content-Disposition", "attachment;filename=z.zip");
string filename = Server.MapPath("DownLoad/aaa.zip");
Response.TransmitFile(filename);
} 阅读全文
posted @ 2013-04-17 22:53
梦在旅途
阅读(3026)
评论(0)
推荐(0)
浙公网安备 33010602011771号