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怎么提高中牌率,hhpoker辅助软件是真的么,黑科技教程(有挂技巧);1....
透视好牌!pokemmo手机版... 透视好牌!pokemmo手机版透视脚本(透视)切实是有挂(详细辅助科技教程);是一种具有地方特色的麻...
技术分享!aapoker辅助软... 1、技术分享!aapoker辅助软件合法吗,aapoker能控制牌吗,wepoke教程(有挂技巧);...
透视讲解!aa poker辅助... 透视讲解!aa poker辅助包(透视)切实是真的有挂(详细辅助透明教程)该软件可以轻松地帮助玩家将...
玩家爆料!wepoker轻量版... 玩家爆料!wepoker轻量版透视系统,wepoker破解工具,教你教程(有挂攻略),支持语音通讯、...
透视真的!wepoker有什么... 透视真的!wepoker有什么规律(透视)本来有挂(详细辅助爆料教程)1、用户打开应用后不用登录就可...
发现玩家!hhpoker真的假... 发现玩家!hhpoker真的假的,epoker透视底牌,新2025版(有挂技巧);玩家必备必赢加哟《...
透视脚本!德普辅助软件(透视)... 透视脚本!德普辅助软件(透视)本来真的是有挂(详细辅助透明教程);1、下载好辅助软件之后点击打开,先...
我来教教大家!约局吧辅助器,w... 我来教教大家!约局吧辅助器,wepoker代打辅助,教你攻略(有挂技巧),支持语音通讯、好友开房及战...
透视脚本!hhpoker怎么破... 透视脚本!hhpoker怎么破解(透视)原来真的有挂(详细辅助切实教程)1、游戏颠覆性的策略玩法,独...