yjanboo’s logs | 低处生活

Asking costs nothing.

处理中文附件问题 firefox和 IE

  • 星期四 五 14,2009 12:23 下午
  • By yjanboo
  • In 潮物推介
  • 20 views
/**
* Add IE AND Firefox 's support for chinese file name .
*/
if (fileName != null) {
   if (agent.indexOf("MSIE") != -1) {// ie
       String temp= URLEncoder.encode(fileName,"UTF-8");
       if(temp.length()>150)//IE 6.0 bug
          temp=new String(fileName.getBytes("GBK"),"ISO-8859-1");
          response.setHeader("Content-disposition", "attachment;filename="+ temp + ".ipPolicy.xml");
    } else {// firefox
       fileName = new String(fileName.getBytes("UTF-8"),"iso-8859-1");
        response.setHeader("Content-disposition", "attachment;filename="+ fileName + ".ipPolicy.xml");
    }
}

相关文章

  • No Related Post


倒计时:)

  • 2010YBD: 170 日 18 时 37 分 42 秒 之前

天气预报

friends

标签

Series



Other posts belonging to this series

    RSS Feeds

    Ads Here