Skip to content

Incorect filename in Content-Disposition using bytesPart #68

Description

@danhandrea

Using bytesPart in a multipartBody will always set the filename in Content-Disposition to "blob" even though bytesPart used with correct parameters.

Http.bytesPart "picture_name.jpg" "image/png" bytes

will become Content-Disposition: form-data; name="picture_name.jpg"; filename="blob"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions