一个提供文件下载功能的Servlet
Github Repository: https://github.com/ohkey123/SmallExampleSnippets/tree/master/后端(service或dao层)/文件下载(service)
注:downloadUtils下的编解码尚存在问题,尽量避免在待下载的文件名中使用中文
文件下载的响应头部为:
- content-type: <MIME>
- content-disposition: attachment; filename=<filename>