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

POST multipart form support #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

POST multipart form support #2

wants to merge 1 commit into from

Conversation

bjeavons
Copy link

Hi, thanks for putting this library up. I need to support a POST for a multipart encoding. From my understanding of cURL to do so the POST should be passed as an array. If the enctype argument is provided on the post method it won't use http_build_query().

@nickl-
Copy link

nickl- commented Jun 19, 2012

The explicit enctype checking was removed for a more general approach to using http_build_query see merge at nickl-/curl@8dec78d

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

Successfully merging this pull request may close these issues.

2 participants