How to receive a filedocument using a published REST service?

0
I am trying to setup a published REST service to receive file documents. I am using a filedocument object to store the documents but i am not able to make this work. How should I setup such a  REST service ? Thanks!  
asked
1 answers
1

really fast and easy example:

for testing I used postman to POST a file:

 

Cheers! 😎

answered