On Tue, Mar 25, 2014 at 1:19 PM, JC de Villa <[email protected]> wrote: > curl -X PUT -H 'Content-Type: multipart/related; boundary="abc123"' > http://localhost:5984/odms_contents/abc [email protected]
That's the problem. -d sends data as text. you should use --data-binary or -T argument to send it as binary. -- ,,,^..^,,,
