Little and Mickle

All things are difficult before they are easy.

导航

2005年9月24日 #

Response.WriteFile()下载文件,打开对话框出现两次

摘要: 以如下的代码下载文件到客户端,客户点"打开",需要点两次HttpContext.Current.Response.Clear();////当要下载的文件名是中文时,需加上HttpUtility.UrlEncode//HttpContext.Current.Response.ClearHeaders() ;//HttpContext.Current.Response.ClearContent() ;... 阅读全文

posted @ 2005-09-24 14:59 davidullua 阅读(1599) 评论(7) 推荐(0)