curl-library
RE: Impossible to POST binary data with CURLOPT_POSTFIELDS
From: Patrick Monnerat <Patrick.Monnerat_at_datasphere.ch>
Date: Fri, 12 Oct 2007 19:24:46 +0200
Received on 2007-10-12
Date: Fri, 12 Oct 2007 19:24:46 +0200
> Given the current facts and feedback, I guess this is the best idea so
far. It will of course make CURLOPT_POSTFIELDS act in a non-obvious way
compared to all the other setopt() arguments (thus it may lead to some
surprising bugs for
users) and CURLOPT_COPYPOSTFIELDS would need to have the size set before
it can copy the fields (if binary contents are desired).
The attached patch should do it !
I did not tested it intensively, because I do not have anymore time to
work on it until Monday. So it's provided here for people in a hurry and
those wanting to test...
Have a good week-end.
- application/octet-stream attachment: curl-postfields.patch