摘要:
用asp.net来实现文件下载代码如下所示:string path=Server.MapPath(@"/dlia/download/")+filepath+"\\"+(string)filename; System.IO.FileInfo theFile = new System.IO.FileInfo( path ); Response.Clear(); Response.Ad... 阅读全文
posted @ 2006-02-09 13:43
Swizard
阅读(1031)
评论(1)
推荐(0)
浙公网安备 33010602011771号