Angular前端和Spring后端文件下载不起作用或文件损坏
创始人
2024-10-29 02:00:40
0
  1. 确保后端正确配置文件下载功能。以下示例是Spring MVC中的文件下载控制器:

@Controller @RequestMapping("/download") public class DownloadController {

@Autowired
private FileStorageService fileStorageService;

@GetMapping("/{fileName:.+}")
public ResponseEntity downloadFile(@PathVariable String fileName) {
    Resource resource = fileStorageService.loadFileAsResource(fileName);

    return ResponseEntity.ok()
            .contentType(MediaType.parseMediaType("application/octet-stream"))
            .header(HttpHeaders.CONTENT_DISPOSITION, "attachment; filename=\"" + resource.getFilename() + "\"")
            .body(resource);
}

}

  1. 在Angular中使用HttpClient对后端控制器进行HTTP GET请求。以下是一个使用Angular HttpClient进行文件下载的示例:

constructor(private http: HttpClient) { }

downloadFile() { const fileName = 'example.pdf'; this.http.get('/download/' + fileName, { responseType: 'blob' }) .subscribe(res => { const url = URL.createObjectURL(res); const a = document.createElement('a'); document.body.appendChild(a); a.setAttribute('style', 'display: none'); a.href = url; a.download = fileName; a.click(); window.URL.revokeObjectURL(url); a.remove(); // remove the element }, error => { console.log('Error downloading the file.'); }); }

  1. 确保文件类型和文件扩展名匹配。例如,在上面的示例中,我们将HTTP响应类型设置为“blob”。这将返回一个二进制流对象,而不是文本或Json对象。在响应结束时,我们将二进制流对象转换为URL,然后使用生成的URL创建新的“a”元素,将其附加到DOM树中,并模拟单击该元素以启动文件下载。注意,您还应该删除“a”元素并释放URL资源。

  2. 确保文件名不包含任何非法字符或路径分隔符。在我们的示例中,我们使用“fileName”参数来创建下载文件的新文件名。这种方法可以有效防止文件路径遍历(例如“/../”)攻击。

相关内容

热门资讯

透视有挂!hhpoker免费透... 透视有挂!hhpoker免费透视脚本(透视)好像是真的有挂(详细辅助2025新版总结)1)hhpok...
必备科技!hhpoker是真的... 必备科技!hhpoker是真的假的,wpk作弊最怕三个东西,新2025教程(有挂透视);1分钟了解详...
透视讲解!wepoker透视器... 透视讲解!wepoker透视器免费(透视)总是是真的有挂(详细辅助wepoke教程)小薇(透视辅助)...
玩家必知教程!wpk透视辅助下... 玩家必知教程!wpk透视辅助下载,wejoker辅助器要钱玩吗,必赢教程(有挂技巧);建议优先通过w...
透视黑科技!wepokerpl... 透视黑科技!wepokerplus辅助(透视)总是是有挂(详细辅助必备教程)一、AI软件牌型概率发牌...
必知教程!约局吧辅助器,wep... 必知教程!约局吧辅助器,wepoker代打辅助,扑克教程(有挂透视);建议优先通过wepoker代打...
透视了解!aapoker发牌逻... 透视了解!aapoker发牌逻辑(透视)果然存在有挂(详细辅助攻略教程)辅助器中分为三种模型:软件透...
免费测试版!aapoker怎么... 免费测试版!aapoker怎么提高中牌率,hhpoker买挂,安装教程(有挂技巧);aapoker怎...
透视模拟器!德普之星透视辅助软... 透视模拟器!德普之星透视辅助软件激活码(透视)都是存在有挂(详细辅助AI教程)1、德普之星透视辅助软...
玩家必用!菠萝辅助器免费版的特... 玩家必用!菠萝辅助器免费版的特点,we poker辅助器下载,详细教程(有挂透视);致您一封信;亲爱...