java下载文件

final String filePath ="E://home//file//失败文件-20211230134403.xlsx";
String fileName = null;
try {
fileName = URLEncoder.encode(filePath.substring(filePath.lastIndexOf("//") + 1), "UTF-8");
} catch (UnsupportedEncodingException e) {
log.error("下载模板失败", e);
return log.error(String.format("下载错误文件失败 %s", e.toString()));
}

response.setContentType("multipart/form-data");
response.setCharacterEncoding("utf-8");
response.setHeader("Content-Disposition", "attachment;filen

java下载文件最先出现在Python成神之路

版权声明:
作者:Alex
链接:https://www.techfm.club/p/13066.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>