Skip to content

Set filename for PartItems in MultipartFormDataOutput #30570

@piu130

Description

@piu130

Description

There is currently no way to set the filename for parts in MultipartFormDataOutput for resteasy-reactive.
Here is the corresponding code.

Implementation ideas

Either add a method

// or void
public PartItem addFormData(String key, PartItem entity)

or

public PartItem addFormData(String key, Object entity, MediaType mediaType, String filename)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions