Hmm, I get the same using -T and --data-binary (tried again just now).
On Tue, Mar 25, 2014 at 5:22 PM, Alexander Shorin <[email protected]> wrote: > 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. > > -- > ,,,^..^,,, > -- JC de Villa
