转:https://www.cnblogs.com/hackxiyu/p/9046247.html
使用web下载文件的时候,需要在实例化FileServlet 类的doGet方法里面添加以下设置
resp.setHeader("Content-disposition","attachment;filename"+ URLEncoder.encode(filename));
转:https://www.cnblogs.com/hackxiyu/p/9046247.html
使用web下载文件的时候,需要在实例化FileServlet 类的doGet方法里面添加以下设置
resp.setHeader("Content-disposition","attachment;filename"+ URLEncoder.encode(filename));
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。