摘要: protected void Button3_Click(object sender, EventArgs e){string fileName = "aaa.zip";//客户端保存的文件名string filePath = Server.MapPath("DownLoad/aaa.zip");//路径System.IO.FileInfo fileInfo = new System.IO.FileInfo(filePath);if (fileInfo.Exists == true){const long ChunkSize = 102400;//100 阅读全文
posted @ 2013-04-24 10:50 猴子hhj 阅读(656) 评论(0) 推荐(0) 编辑