Requests icon indicating copy to clipboard operation
Requests copied to clipboard

quick fix CurlFile support

Open bump44 opened this issue 10 years ago • 2 comments

$data = http_build_query($data, null, '&'); breaks CurlFile object in the array data

bump44 avatar Mar 23 '15 05:03 bump44

Coverage Status

Coverage increased (+0.01%) to 87.62% when pulling c5eb53dc566362c90d793cf2e6760b40e2473c06 on Omashu:CurlFile into ea37f1e2e91a2d1e8b0884bc4eb9f3a863e697bf on rmccue:master.

coveralls avatar Mar 23 '15 05:03 coveralls

Is there any solutions to this? Because I keep failed to upload file when using CurlFile because $data variable need to be an array object.

rolies106 avatar Sep 30 '15 14:09 rolies106