转:https://www.cnblogs.com/hackxiyu/p/9046247.html

使用web下载文件的时候,需要在实例化FileServlet 类的doGet方法里面添加以下设置

resp.setHeader("Content-disposition","attachment;filename"+ URLEncoder.encode(filename));

 

相关文章:

  • 2022-12-23
  • 2021-05-25
  • 2021-09-20
  • 2022-12-23
  • 2021-12-13
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
  • 2021-11-28
相关资源
相似解决方案