Angular前端Spring后端文件下载无法工作或损坏。
创始人
2024-10-29 02:00:47
0

问题的可能原因之一是缺少响应头“Content-Disposition”中的文件名参数。为此,在Spring后端中需要使用response对象来设置响应头。

下面是在Spring中设置响应头以支持文件下载的代码示例:

@GetMapping("/downloadFile")
public ResponseEntity downloadFile(@RequestParam("file") String fileName, HttpServletRequest request) {
    // Load file from the file system
    Resource resource = fileStorageService.loadFileAsResource(fileName);

    // Try to determine file's content type
    String contentType = null;
    try {
        contentType = request.getServletContext().getMimeType(resource.getFile().getAbsolutePath());
    } catch (IOException ex) {
        logger.info("Could not determine file type.");
    }

    // Fallback to the default content type if type could not be determined
    if(contentType == null) {
        contentType = "application/octet-stream";
    }

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

在上述示例中,我们使用“HttpHeaders.CONTENT_DISPOSITION”设置了响应头中的“Content-Disposition”参数,并将其值设置为“attachment”,这是告诉Fron-end将响应解释为下载文件的正确方法。我们还指定了“filename”值,以便Frontend可以为下载的文件指定名称。

当Angular前端调用此API时,它将从Spring后端接收具有正确文件名的响应,并且文件应该可以正常下载。

总之,确保正确设置响应头通常可以解决Angular前端Spring后端文件下载无法工作或损坏的问题。

相关内容

热门资讯

透视肯定!aapoker辅助器... 透视肯定!aapoker辅助器怎么用(透视)ai插件(好像存在有挂);所有人都在同一条线上,像星星一...
透视软件!德州真人透视脚本(透... 透视软件!德州真人透视脚本(透视)可靠技巧(2021已更新)(哔哩哔哩)1、游戏颠覆性的策略玩法,独...
透视最新!aapoker插件(... 透视最新!aapoker插件(透视)万能辅助器(总是是真的有挂)在进入aapoker插件辅助挂后,参...
透视软件!werplan有挂吗... 透视软件!werplan有挂吗(透视)2025新版(2026已更新)(哔哩哔哩)1、实时werpla...
透视透视!aapoker怎么提... 透视透视!aapoker怎么提高中牌率(透视)插件下载(都是真的有挂);1、在aapoker怎么提高...
透视了解!拱趴大菠萝机器人(透... 透视了解!拱趴大菠萝机器人(透视)透明挂教程(2025已更新)(哔哩哔哩)1、拱趴大菠萝机器人透视辅...
透视教学!aapoker透视脚... 透视教学!aapoker透视脚本下载(透视)透视脚本下载(其实是有挂)1、任何aapoker透视脚本...
透视软件!pokemmo内置修... 透视软件!pokemmo内置修改器(透视)曝光教程(2022已更新)(哔哩哔哩)1、每一步都需要思考...
透视总结!aapoker怎么选... 透视总结!aapoker怎么选牌(透视)透视脚本下载(一贯是有挂);1、任何aapoker怎么选牌a...
透视智能ai!智星菠萝辅助(透... 透视智能ai!智星菠萝辅助(透视)攻略教程(2024已更新)(哔哩哔哩);1、起透看视 智星菠萝辅助...