<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Not that I know of, but it's in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85586#M36558</link>
    <description>Not that I know of, but it's simple enough to create your own object with a code stage and something like this (untested, but should give you a starting point at least):
var bytes = System.Convert.FromBase64String(encoded);
var decoded = System.Text.Encoding.UTF8.GetString(bytes);</description>
    <pubDate>Fri, 03 Nov 2017 14:33:00 GMT</pubDate>
    <dc:creator>OlaNykvist</dc:creator>
    <dc:date>2017-11-03T14:33:00Z</dc:date>
    <item>
      <title>Sending files over webservice - binary data in HTTP request</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85583#M36555</link>
      <description>Hi,

Has any of you sent files from Blue Prism to an external endpoint using HTTP request (post)? 
I was wondering how to attach binary data to HTTP request using Utilty - HTTP object.
Any ideas?

Thanks
Arek</description>
      <pubDate>Fri, 19 May 2017 12:43:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85583#M36555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-19T12:43:00Z</dc:date>
    </item>
    <item>
      <title>To send binary data over a</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85584#M36556</link>
      <description>To send binary data over a rest webservice I would expect the data would need to be sent as some kind of text, potential within a JSON field using BASE64 text or something?  Blue Prism provide the HTTP and JSON objects, i think the answer to this specific question about how best to structure your binary data within your JSON would probably require you to do some research on the internet.</description>
      <pubDate>Sat, 20 May 2017 16:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85584#M36556</guid>
      <dc:creator>Denis__Dennehy</dc:creator>
      <dc:date>2017-05-20T16:14:00Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85585#M36557</link>
      <description>Hello,
Any object in Blue Prism that can decode Base64 encoded text?
Thanks</description>
      <pubDate>Fri, 03 Nov 2017 13:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85585#M36557</guid>
      <dc:creator>Fabian_ObinnaNw</dc:creator>
      <dc:date>2017-11-03T13:40:00Z</dc:date>
    </item>
    <item>
      <title>Not that I know of, but it's</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85586#M36558</link>
      <description>Not that I know of, but it's simple enough to create your own object with a code stage and something like this (untested, but should give you a starting point at least):
var bytes = System.Convert.FromBase64String(encoded);
var decoded = System.Text.Encoding.UTF8.GetString(bytes);</description>
      <pubDate>Fri, 03 Nov 2017 14:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85586#M36558</guid>
      <dc:creator>OlaNykvist</dc:creator>
      <dc:date>2017-11-03T14:33:00Z</dc:date>
    </item>
    <item>
      <title>It is an old post but I ran…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85587#M36559</link>
      <description>It is an old post but I ran into the same issue. The solution is as follows:
1) Create a calculation stage with and look up File function called LoadBinaryFile
2) Provide Filepath and Store Result In (data item has to be Binary)
3) Pass the binary data item to your webservice
I will be glad if you let me know if it helped (press Like) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Tue, 26 Jun 2018 19:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85587#M36559</guid>
      <dc:creator>MichalKlodner</dc:creator>
      <dc:date>2018-06-26T19:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: It is an old post but I ran…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85588#M36560</link>
      <description>I tried this but the result was unsuccessful. I am trying to POST a file using Multi Part Form Data. But when I send the data as binary, I receive no response. Can you please let me know if this was successful to you?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Skanda Thalya Shankarananda&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Oct 2019 06:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85588#M36560</guid>
      <dc:creator>SkandaThalya_Sh</dc:creator>
      <dc:date>2019-10-17T06:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: It is an old post but I ran…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85589#M36561</link>
      <description>If multipart/form-data&lt;SPAN&gt;&amp;nbsp;doesn't work for you, you must be constructing a request in a wrong way. Maybe your boundary string appears in a file.&lt;BR /&gt;Show us the code.&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;p.s. Server in general should not care how you encode data in most cases, but urlencoding big binary file might have a noticeable overhead.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 21 Oct 2019 07:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85589#M36561</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2019-10-21T07:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: It is an old post but I ran…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85590#M36562</link>
      <description>I am trying to attach a file to JIRA. Documentation regarding that can be found here -&amp;gt; &lt;A href="https://docs.atlassian.com/DAC/rest/jira/6.1.html#d2e3258" target="_blank" rel="noopener"&gt;https://docs.atlassian.com/DAC/rest/jira/6.1.html#d2e3258&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #7a7a7a; cursor: text; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;I have attached few screen shots. It would great if anyone can help me out with this. I read somewhere that in body we just cannot give file path but we have to encode it.&lt;/SPAN&gt;&lt;A href="https://docs.atlassian.com/software/jira/docs/api/REST/8.4.0/?_ga=2.254755597.426808603.1568608514-675630201.1566981785#api/2/issue/{issueIdOrKey}/attachments-addAttachment" target="_blank" rel="noopener"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/A&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="23788.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/23919i1B4B4F10E207299C/image-size/large?v=v2&amp;amp;px=999" role="button" title="23788.png" alt="23788.png" /&gt;&lt;/span&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="23789.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/23922iF376B90437F15F8B/image-size/large?v=v2&amp;amp;px=999" role="button" title="23789.png" alt="23789.png" /&gt;&lt;/span&gt;
&lt;DIV class="media" style="overflow: hidden; zoom: 1;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="23790.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/23923i11A0A69922F6EEC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="23790.png" alt="23790.png" /&gt;&lt;/span&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Anonymous&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2019 06:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85590#M36562</guid>
      <dc:creator>SkandaThalya_Sh</dc:creator>
      <dc:date>2019-10-23T06:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: It is an old post but I ran…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85591#M36563</link>
      <description>Body can be either multipart/form-data or application/x-www-form-urlencoded&lt;BR /&gt;For&amp;nbsp;application/x-www-form-urlencoded, you urlencode&amp;nbsp;a file (and other values)&lt;BR /&gt;For multipart/form-data you send binary file, but you have to set unique boundary and&amp;nbsp;add other fields to request body.&lt;BR /&gt;&lt;A href="https://dev.to/sidthesloth92/understanding-html-form-encoding-url-encoded-and-multipart-forms-3lpa" target="test_blank"&gt;https://dev.to/sidthesloth92/understanding-html-form-encoding-url-encoded-and-multipart-forms-3lpa&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrey Kudinov&lt;BR /&gt;Project Manager&lt;BR /&gt;MobileTelesystems PJSC&lt;BR /&gt;Europe/Moscow&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Oct 2019 09:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/85591#M36563</guid>
      <dc:creator>AndreyKudinov</dc:creator>
      <dc:date>2019-10-23T09:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: It is an old post but I ran…</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/120020#M53114</link>
      <description>&lt;P&gt;Me funciono para img pero para PDF me devuelve .bin el request y no llega el PDF&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 22:15:05 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/120020#M53114</guid>
      <dc:creator>Diglas.Vasquez</dc:creator>
      <dc:date>2025-04-23T22:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sending files over webservice - binary data in HTTP request</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/123692#M54113</link>
      <description>&lt;P&gt;it purely depend on the API structure, some APIs takes multipart/form-data, some takes in JSON body with filename and file content as binary data for which you have convert into base64.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;you can check in postman application and do the testing and based on that you can act in blueprism&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 11:00:10 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Sending-files-over-webservice-binary-data-in-HTTP-request/m-p/123692#M54113</guid>
      <dc:creator>naveed_raza</dc:creator>
      <dc:date>2025-12-01T11:00:10Z</dc:date>
    </item>
  </channel>
</rss>

