This bundle contains an upload service for binary files.
curl -X POST \
-H 'Content-Type: text/plain' \
-d "Hello World!" \
http://localhost/filecurl -X PUT \
-H 'Content-Type: application/json' \
-d '{"id": "<id>", "links": [{"$ref": "http://localhost/core/app/tablet"}]}' \
http://localhost/file/<id>curl -X PUT \
-H 'Accept: text/plain' \
http://localhost/file/<id>