摘要:
Response.ContentType = "application/x-zip-compressed";
Response.AddHeader("Content-Disposition", "attachment;filename=keji.rar");
string filename = Server.MapPath("keji.rar");
Response.TransmitFile(filename);
Response.Write("");
阅读全文
posted @ 2009-07-06 15:08
∮随风而行∮
阅读(603)
评论(0)
推荐(0)

浙公网安备 33010602011771号