Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: file upload like multipart/form-data or curl --form option #36

Open
binlab opened this issue Mar 4, 2020 · 1 comment

Comments

@binlab
Copy link

binlab commented Mar 4, 2020

Hi there,

Do you have some plans to add the possibility to file upload like HTTP file upload via Content-Type: multipart/form-data or the same functionality curl --request PUT --form "image=@./myimage.png"?

Expected Behavior

File upload bt HTTP multipart/form-data protocol

Actual Behavior

Тo support yet

@kanchen
Copy link

kanchen commented Mar 19, 2022

add support multipart/mixed, too. multiple curl --form "image=@file1.png" --form "file=@file2.txt"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants