Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

no support for multipart/form-data file uploads ? #275

@eix128

Description

@eix128

hi , i tried your software works great but it needs also
multipart/form-data file upload support maybe ?
i wanted to test on my spring rest call

@PostMapping(
        value = "add",
        consumes = MediaType.MULTIPART_FORM_DATA_VALUE,
        produces = MediaType.APPLICATION_JSON_VALUE
)
public ResultObject<PollenDTO> add(
        @RequestPart("json") String json,
        @RequestParam(required = false) MultiValueMap<String, MultipartFile> filesMap
) throws Throwable;

it has MultiValueMap many file upload support but hrrs doesnt record the stream.
I asked the situation to chatgpt.

https://chatgpt.com/share/690a53b8-e234-8001-a105-bfef72f7d6a9

it would be good to add to support multipart files maybe with config to enable and disable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions