百度空间 | 百度首页 
 
查看文章
 
B/S中窗体式下载服务器文件
2008-04-15 20:00
string DownloadFilePath = downloadfilepath ;//下载文件在服务器中的路径 ;
        Response.Clear();
        Response.ContentType = "application/octet-stream";
        Response.AddHeader("Content-Disposition", "attachment; filename=file.txt" );
        Response.Flush();
        Response.WriteFile(DownloadFilePath);
       Response.End();

类别:.net | 添加到搜藏 | 浏览() | 评论 (0)
 
最近读者:
 
网友评论:
发表评论:
姓 名:
网址或邮箱: (选填)
内 容:
验证码: 请点击后输入四位验证码,字母不区分大小写
      

     

©2009 Baidu