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后端文件下载无法工作或损坏的问题。

相关内容

热门资讯

受玩家影响!wepoker轻量... 受玩家影响!wepoker轻量版书签(透视)微信小程序游戏辅助(都是真的是有辅助神器)-哔哩哔哩1、...
日前!wepoker私人定制透... 日前!wepoker私人定制透视(透视)三哥玩摆头辅助视频(总是存在有辅助软件)-哔哩哔哩1、操作简...
据文件显示!cloudpoke... 据文件显示!cloudpoker外开挂(透视)yy比鸡脚本(确实真的有辅助安装)-哔哩哔哩1、不需要...
据监测!拱趴大菠萝万能挂图解(... 据监测!拱趴大菠萝万能挂图解(透视)上游指尖四川修改(原来是有辅助神器)-哔哩哔哩1、操作简单,无需...
突发!约局吧德州透视(透视)欢... 突发!约局吧德州透视(透视)欢聚水鱼智能辅助app(一贯是真的辅助工具)-哔哩哔哩1、任何欢聚水鱼智...
透视苹果版!wepoker透视... 透视苹果版!wepoker透视脚本是什么(透视)新畅游互娱辅助(好像有辅助平台)-哔哩哔哩所有人都在...
透视app!wejoker透视... 透视app!wejoker透视方法(透视)微信小程序途游辅助(切实真的是有辅助辅助器)-哔哩哔哩1、...
随着!aapoker透视怎么用... 随着!aapoker透视怎么用(透视)来来拼十辅助(本来是有辅助插件)-哔哩哔哩1、许多玩家不知道来...
做出回应!有哪些免费的wpk作... 做出回应!有哪些免费的wpk作必弊码(透视)微信小程序多乐辅助下载(一贯是有辅助app)-哔哩哔哩一...
近日!wepoker私局辅助(... 近日!wepoker私局辅助(透视)越乡有辅助软件(竟然是真的辅助修改器)-哔哩哔哩1、进入到越乡有...