8000 Support file upload with application/x-www-form-urlencoded · Issue #286 · go-openapi/runtime · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Support file upload with application/x-www-form-urlencoded #286
Open
@fredbi

Description

@fredbi

Currently, the client can use a File reader to upload files with Content-Type multipart/form-data.

However, the swagger 2.0 spec states that files could also be uploaded as application/x-www-form-urlencoded.
This is not the recommended way, because this does not support streaming. However, it is formally supported by the spec...

See also go-swagger/go-swagger#2773

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0