Angular Spring Boot File Download
问题 Good day to you reading this! I did the upload functionality on this software setup but I cannot finish the download part... Digged as much as I could around here and this is where I got so far. My code looks like this: Server @GetMapping(value = "/projects/file/download/{filename}/{projectId}") public ResponseEntity<byte[]> getResource(@PathVariable String filename, @PathVariable Long projectId,HttpServletResponse response) throws ResourceNotFoundException, IOException { String fileLocation=