8000 support filename with multipart/form-data · Issue #44 · OpenFeign/feign-form · GitHub
[go: up one dir, main page]

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

support filename with multipart/form-data  #44

@spoki

Description

@spoki

Hi guys!

Can you add file name filed to FormData class and use him in FormDataWriter?

now:

writeFileMetadata(output, key, null, formData.getContentType());

expected:

writeFileMetadata(output, key, formData.getFileName(), formData.getContentType());

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0