Scenario: Trying to do a HTTP POST request with multipart/form-data, which includes text and images. However the file is required to be sent only as an attachment. The text has to be defined in the Parameter section.
Is there a way to define the multipart/form-data as a JSON using boundary? How to send image with Content-Type set to image/type
Steps to reproduce:
Current Behavior:
Expected Behavior: The text and image or any other content type should have independent definition and image should be rendered at the receiving end instead of going as file attachment. This works perfectly from any browser based REST Client.
Studio/Robot/Orchestrator Version: Studio Version 2016.2.6379
Last stable behavior:
Last stable version:
OS Version: Windows 7
Others if Relevant: (workflow, logs, .net version, service pack, etc):