[
https://issues.apache.org/jira/browse/SCB-2862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
liubao resolved SCB-2862.
-------------------------
Resolution: Fixed
> able to upload with List form parameters
> ----------------------------------------
>
> Key: SCB-2862
> URL: https://issues.apache.org/jira/browse/SCB-2862
> Project: Apache ServiceComb
> Issue Type: Improvement
> Components: Java-Chassis
> Reporter: liubao
> Assignee: liubao
> Priority: Major
> Fix For: java-chassis-3.0.2
>
>
> 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
--
This message was sent by Atlassian Jira
(v8.20.10#820010)