You could take the file content as base64 encoded string (in the body of the rest request) and use community commons‘ Base64DecodeToFile to store it as a file.
Hi Francois,
Good to hear that you found a solution. May I ask what you meant by
>I use “Form” parameter type, as there is no “binary” option …
I you would like clients to upload a single file using a POST request, you would use a body parameter type, right?