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”参数来创建下载文件的新文件名。这种方法可以有效防止文件路径遍历(例如“/../”)攻击。

相关内容

热门资讯

透视能赢!aapoker辅助怎... 透视能赢!aapoker辅助怎么用(透视)真的假的(其实是有挂);1、aapoker辅助怎么用ai辅...
透视ai代打!德普软件(透视)... 透视ai代打!德普软件(透视)app安卓版破解版(一直真的是有挂)1、下载好德普软件辅助软件之后点击...
透视讲解!aapoker怎么设... 透视讲解!aapoker怎么设置提高好牌几率(透视)脚本(好像真的是有挂);1、进入到aapoker...
透视线上!德普之星透视辅助软件... 透视线上!德普之星透视辅助软件下载(透视)免费透视(本来是有挂)1、德普之星透视辅助软件下载ai辅助...
透视美元局!aapoker公共... 透视美元局!aapoker公共底牌(透视)透视脚本下载(本来存在有挂);aapoker公共底牌辅助器...
透视ai!德普之星私人局透视(... 透视ai!德普之星私人局透视(透视)辅助器app(其实真的有挂)1、在德普之星私人局透视ai机器人技...
透视计算!aapoker公共底... 透视计算!aapoker公共底牌(透视)辅助插件工具(果然是真的有挂)1、aapoker公共底牌ai...
透视攻略!德普之星透视辅助软件... 透视攻略!德普之星透视辅助软件是真的吗(透视)透视(总是是有挂)1、用户打开应用后不用登录就可以直接...
透视脚本!aapoker透视怎... 透视脚本!aapoker透视怎么用(透视)透视脚本入口(总是是有挂)所有人都在同一条线上,像星星一样...
透视了解!德扑圈透视(透视)私... 透视了解!德扑圈透视(透视)私人局透视(确实真的是有挂);1、点击下载安装,德扑圈透视插件透视分类一...