摘要:
protected void Button4_Click(object sender, EventArgs e) { string fileName = "aaa.txt";//客户端保存的文件名 string filePath = Server.MapPath("DownLoad/aaa.txt");//路径 //以字符流的形式下载文件 FileStream fs = new FileStream(filePath, FileMode.Open); byte[] bytes = new byte[(int)fs.Length]; fs.Read(byt 阅读全文
posted @ 2010-11-27 11:29
搏击的小船
阅读(409)
评论(0)
推荐(0)
浙公网安备 33010602011771号