当前位置: 代码迷 >> Web前端 >> ext文件下传fileupload
  详细解决方案

ext文件下传fileupload

热度:71   发布时间:2012-10-26 10:30:58.0
ext文件上传fileupload

?

上传组件,用到了apacher的fileLoad
关键处:
1??? (1)? 服务器返回数据类型应设为text/html.

this.getResponse().setContentType("text/html;charset=utf-8");

  相关解决方案