Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Switching --data-binary to --upload-file for file uploads

...

Code Block
curl -X POST --dataupload-binaryfile "@picturepicture.jpg" "http://localhost:8080/rest/binary/resource/to/create"

...