FileUpload Multipart Springboot Error -> Required request part 'file' is not present
问题 I am trying to upload a json file using Angular 4.0 and SpringBoot Application. I have checked and tried other solutions from Stackoverflow, but I cannot figur out what the exact problem is. I receive the 400 BAD Request Error message with the message: Required request part 'file' is not present. My RestController looks like this (for testing purposes), but unfortunately nothing happens. @RestController @RequestMapping("/api") public class UploadRequestResource { .... @PostMapping("