You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicecomb.apache.org by "liubao (Jira)" <ji...@apache.org> on 2024/02/18 06:38:00 UTC

[jira] [Created] (SCB-2862) able to upload with List form parameters

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)