@PostMapping(path = "/upload") public ResponseEntity<String> uploadFile(@RequestParam("file") MultipartFile file) { return file.
確定! 回上一頁