2011年5月27日
摘要: 在Firefox中需要把filename 用双引号包起来,才能得到想要的名字,不然如果含有空格,会丢掉空格后面的部分。而IE会把空格转为_,因此也需要HttpUtility.UrlPathEncode方法处理下名字。如果Firefox中也用HttpUtility.UrlPathEncode处理名字,空格将被替换成"%20".HttpContext.Current.Response.Buffer=true;HttpContext.Current.Response.ClearContent();HttpContext.Current.Response.ClearHeaders( 阅读全文
posted @ 2011-05-27 08:55 雨季 阅读(254) 评论(0) 推荐(0) 编辑