Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
support upload with List parameters, e.g.
@PostMapping(path = "/uploadFileRequestPartAttributeList", produces = MediaType.TEXT_PLAIN_VALUE)
public String uploadFileRequestPartAttributeList(@RequestPart(name = "files") List<MultipartFile> files,
@RequestPart(name = "attributes") List<String> attributes) throws IOException