Skip to content

Instantly share code, notes, and snippets.

@dotandimet
Created January 12, 2015 12:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dotandimet/902dd54bb8906f0a0094 to your computer and use it in GitHub Desktop.
Save dotandimet/902dd54bb8906f0a0094 to your computer and use it in GitHub Desktop.
curl command uploading image file to couchdb
curl -v -X PUT "couchdb:5984/ureport/4fe8ed566a4b9b43615f64d691039a3e/coffea.jpg?rev=3-4960d3e89cb9deb3c3893c06f298a4d3" -H "Content-Type: image/jpeg" --data-binary @$UNITY_ROOT/html/images/coffea.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment