asp.net 下载文件时输出文件内容
代码如下:[removed] protected void Page_Load(object sender, System.EventArgs e) { Response.ContentType = “application/x-shockwave-flash”; string fileFlash = Server.MapPath(“/”) + “1.swf”; System.IO.FileStream fileStream = new System.IO.FileStream(fileFlash, System.IO.FileMode.
下载地址
用户评论