liubao created SCB-2862:
---------------------------

             Summary: 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
             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)

Reply via email to