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

相关内容

热门资讯

透视大厅!德州私人局怎么透视(... 透视大厅!德州私人局怎么透视(透视)开挂辅助挂(果然存在有挂)-哔哩哔哩1、德州私人局怎么透视透视辅...
透视教学!wpk德州局怎么透视... 透视教学!wpk德州局怎么透视,智星菠萝可以辅助吗,演示教程(其实存在有挂)-哔哩哔哩1、下载好智星...
透视app!红龙poker辅助... 透视app!红龙poker辅助(透视)开挂辅助攻略(原来真的是有挂)-哔哩哔哩1、进入游戏-大厅左侧...
透视辅助!wepoker私人辅... 透视辅助!wepoker私人辅助器,hh poker透视器下载,要领教程(果然是有挂)-哔哩哔哩1、...
透视输赢!德扑圈透视挂(透视)... 透视输赢!德扑圈透视挂(透视)开挂辅助app(竟然真的是有挂)-哔哩哔哩1、德扑圈透视挂ai机器人多...
透视黑科技!智星德州插件,竞技... 透视黑科技!智星德州插件,竞技联盟破解版最新版,操作教程(本来是真的挂)-哔哩哔哩1.竞技联盟破解版...
透视开挂!hhpoker德州机... 透视开挂!hhpoker德州机器人(透视)开挂辅助挂(总是真的有挂)-哔哩哔哩;1、hhpoker德...
透视安装!WePOker有没有... 透视安装!WePOker有没有透视方法,佛手在线是不是有挂,步骤教程(总是存在有挂)-哔哩哔哩1、金...
透视控制!德州局透视脚本免费版... 透视控制!德州局透视脚本免费版下载手机版(透视)开挂辅助器(切实真的是有挂)-哔哩哔哩1、德州局透视...
透视app!hhpkoer辅助... 透视app!hhpkoer辅助器视频(透视)开挂辅助器(原来是有挂)-哔哩哔哩hhpkoer辅助器视...