ASP.NET文件下载的实用方法 最新更新| 软件分类| 专题汇总| 手机版

您所在的位置:首页 > ASP.NET文件下载的实用方法 > 信息评论 >

ASP.NET文件下载的实用方法

  下载方法  private void FileDownload(string FullFileName)  {  FileInfo DownloadFile = new FileInfo(FullFileName);  Response.Clear();  Response.ClearHeaders();  Response.Buffer = false;  Response.ContentType = "application/o

网友评论

发表评论

(您的评论需要经过审核才能显示)