How do I post files/images to a service in appfarm?

Hi!

It should be working now, with the following approach (example):

  1. The Service Endpoint: Use a body parser, and then map the rawBodyData to a service variable:

  2. The Action executed by the Service Endpoint: Use a Create File Object with the following settings (note the encoding here…):

I believe the request towards the service endpoint (1) should have Content-Type: text/plain; charset=latin1. Here’s an example setup of an Web Request sending a file to a Service Endpoint.