Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 259 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 259 Bytes

@PostMapping(path ="/eshop" , consumes = MediaType.MULTIPART_FORM_DATA_VALUE, produces = MediaType.APPLICATION_JSON_VALUE) FileUploadResponse uploadFile(@RequestParam("key") String key, @RequestPart("file") MultipartFile file);