curl icon indicating copy to clipboard operation
curl copied to clipboard

POST multipart form support

Open bjeavons opened this issue 15 years ago • 1 comments

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().

bjeavons avatar Jan 28 '11 16:01 bjeavons

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

nickl- avatar Jun 19 '12 08:06 nickl-