Fork me on GitHub

ajax上传后用超链接展示无法下载问题

  ajax插件上传后用超链接展示出来,但是点击超链接无法下载,最后发现是上传文件名为中文在作怪,于是修改了tomcat配置文件server.xml中的

<Connector port="8889" protocol="HTTP/1.1"
               connectionTimeout="20000"
               redirectPort="8443" URIEncoding="utf-8" useBodyEncodingForURI="true"
 />

解决。

posted @ 2013-10-10 13:41  南田玉彦  阅读(223)  评论(0编辑  收藏  举报