摘要:
--下载方式FileInfo DownloadFile = new FileInfo(filePath); Response.Clear(); Response.ClearHeaders(); Response.Buffer = false; Response.ContentType = "application/octet-stream"; Response.AppendHeader("Cont... 阅读全文
posted @ 2010-01-13 11:43
生
阅读(221)
评论(0)
推荐(0)