<?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 RE: Web API Services - To upload a file using multipart form data in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70018#M22623</link>
    <description>The FileMetadata contains metadata for the binary file to be uploaded.&lt;BR /&gt;The FileName, FieldName and ContentType in FileMetadata are optional. If left blank the FileName is derived from the FilePath, Fieldname is set to "file" and Content-Type is derived from the file present at the provided FilePath. &lt;BR /&gt;Eg. If it was a excel file the Content-Type would be automatically set as application/vnd.ms-excel. &lt;BR /&gt;&lt;BR /&gt;The FieldMetadata should contain all the key/value pairs other than the binary file. If there are none, then leave this blank.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 07 Nov 2022 17:11:00 GMT</pubDate>
    <dc:creator>shashank.kumar280</dc:creator>
    <dc:date>2022-11-07T17:11:00Z</dc:date>
    <item>
      <title>Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70003#M22608</link>
      <description>Hi Dear Community,&lt;BR /&gt;&lt;BR /&gt;I have tried using form data module in postman to successfully upload the file to the target application. However, in the blue prism Web API services section - I am not able to successfully configure the API for upload.&lt;BR /&gt;&lt;BR /&gt;The API documentation consumes the parameters as query params and use form-data to accept the file with multipart/form data and boundary established. Can you please guide me on how to go about setting this up in Blue Prism?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Abhilash M&lt;BR /&gt;RPA Developer&lt;BR /&gt;Lowe's Companies.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Abhilash M&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2022 11:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70003#M22608</guid>
      <dc:creator>AbhilashM</dc:creator>
      <dc:date>2022-06-08T11:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70004#M22609</link>
      <description>Hi Abhilash,&lt;BR /&gt;&lt;BR /&gt;If you can post a screenshot of your postman configuration that would be helpful. The Utility - HTTP has a specific action to deal with multipart. Have you tried that already?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;For using the WebAPI you will have to set the params in the Body Template.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;There is a sample request in this thread &lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MessageKey=52119c58-2f30-465b-b65e-61862a3d75fe&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer" target="test_blank"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&amp;amp;MessageKey=52119c58-2f30-465b-b65e-61862a3d75fe&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2022 11:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70004#M22609</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2022-06-08T11:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70005#M22610</link>
      <description>Hi Shashank,&lt;BR /&gt;&lt;BR /&gt;Thank you for your response.&lt;BR /&gt;&lt;BR /&gt;I have attached the snapshot. The URL is composed of several query params.&lt;BR /&gt;The body is of type form-data which has 3 parameters and the parameter file is of type "file"&lt;BR /&gt;&lt;BR /&gt;This setup works just fine. I need to figure out a way to apply similar functionality in BluePrism.&lt;BR /&gt;&lt;BR /&gt;I did go through the thread you shared regarding params in Body Template- I have trouble with the fileValue param at the end.&lt;BR /&gt;Currently the error Blue Prism throws with the setup Bimal suggested in the screenshot is:-&lt;BR /&gt;&lt;BR /&gt;Internal : Unexpected error Error during Web API HTTP Request&lt;BR /&gt;HTTP Status Code: 404&lt;BR /&gt;HTTP Response Content: {"timestamp":"2022-06-08 12:31:15","status":404,"error":"Not Found","message":"No message available","path":"/&amp;lt;&amp;lt;Request URL&amp;gt;&amp;gt;"}&lt;BR /&gt;&lt;BR /&gt;Also I have not tried the HTTP Utility yet and if you could share more details on that which will be helpful. I only see a HTTP VBO but not the extended in the current setup. Do let me know if the standard one works just fine.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Abhilash M&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Abhilash M&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2022 12:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70005#M22610</guid>
      <dc:creator>AbhilashM</dc:creator>
      <dc:date>2022-06-08T12:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70006#M22611</link>
      <description>Hi Abhilash,&lt;BR /&gt;&lt;BR /&gt;You can get the latest Utility - HTTP from &lt;A href="https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---http" target="test_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/3439/solution/utility---http&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Using the utility is quicker than building the body template yourself.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2022 12:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70006#M22611</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2022-06-08T12:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70007#M22612</link>
      <description>Thank you Shashank, I will certainly give this a go and keep the community updated.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Abhilash M&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Abhilash M&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2022 13:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70007#M22612</guid>
      <dc:creator>AbhilashM</dc:creator>
      <dc:date>2022-06-08T13:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70008#M22613</link>
      <description>Hi Dear Community,&lt;BR /&gt;&lt;BR /&gt;Would there be any community user who can help me with the file meta data and field meta data collection examples used in the HTTP-Utility VBO.&lt;BR /&gt;&lt;BR /&gt;I have used the certain sample inputs to the two collections but seems to be missing something important.&lt;BR /&gt;&lt;BR /&gt;Current error : The remote server returned an error: (503) Server Unavailable.&lt;BR /&gt;&lt;BR /&gt;Thank you&amp;nbsp;&lt;BR /&gt;Abhilash M&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Abhilash M&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2022 16:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70008#M22613</guid>
      <dc:creator>AbhilashM</dc:creator>
      <dc:date>2022-06-08T16:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70009#M22614</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/966"&gt;@AbhilashM&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;You are getting the error from the service. So you are calling it correctly.&lt;BR /&gt;&lt;BR /&gt;The 5xx errors, are errors from the server part.&lt;BR /&gt;​&lt;BR /&gt;Which action are you calling it?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See you in the Community, bye &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pablo Sarabia&lt;BR /&gt;Solution Manager &amp;amp; Architect&lt;BR /&gt;Altamira Assets Management&lt;BR /&gt;Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jun 2022 17:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70009#M22614</guid>
      <dc:creator>PabloSarabia</dc:creator>
      <dc:date>2022-06-08T17:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70010#M22615</link>
      <description>Hi Abhilash,&lt;BR /&gt;&lt;BR /&gt;The field metadata should contain all the key/value pairs other than the binary file. &lt;BR /&gt;&lt;BR /&gt;The binary file related metadata goes in the file metadata collection.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jun 2022 05:20:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70010#M22615</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2022-06-09T05:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70011#M22616</link>
      <description>Updates I have so far -&lt;BR /&gt;&lt;BR /&gt;I have used the file meta data collection to include the key/value pair values used in postman under the form-data setup&lt;BR /&gt;I have used the file meta data collection to only pass the file path as the other params (filename, fieldname and content type are optional)&lt;BR /&gt;Could you please help me with the header content-type in this scenario?&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;Abhilash M&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Abhilash M&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jun 2022 12:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70011#M22616</guid>
      <dc:creator>AbhilashM</dc:creator>
      <dc:date>2022-06-13T12:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70012#M22617</link>
      <description>The metadata collection for File can include fieldname as "file" and content type as "&lt;SPAN&gt;application/octet-stream".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jun 2022 13:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70012#M22617</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2022-06-13T13:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70013#M22618</link>
      <description>Hi Dear Community,&lt;BR /&gt;&lt;BR /&gt;The API is now successfully uploading the file to the target application. Thank you Shashank Kumar and all members in the thread for helping me out on the issue.&lt;BR /&gt;&lt;BR /&gt;Details for your reference:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;VBO:- Utility - HTTP 6.10.3&lt;/LI&gt;
&lt;LI&gt;Action - HTTP Request Multipart&lt;/LI&gt;
&lt;LI&gt;Parameters populated in said Action are as below&lt;/LI&gt;
&lt;LI&gt;Address URL:- The complete URL for the API with query params&lt;/LI&gt;
&lt;LI&gt;Headers:- A collection containing required headers for the request&lt;/LI&gt;
&lt;LI&gt;FileMetadata:- File based form-data body parameters(key value pairs) as implemented in postman (Donot use file binary input here as suggessted earlier)&lt;/LI&gt;
&lt;LI&gt;FieldMetadata:-File meta data&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;File meta data contains:-&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;FileName : Left blank since optional&lt;/LI&gt;
&lt;LI&gt;FieldName : file&lt;/LI&gt;
&lt;LI&gt;ContentType : application/octet-stream&lt;/LI&gt;
&lt;LI&gt;FilePath : Absolute file path&lt;/LI&gt;
&lt;/UL&gt;
​&lt;BR /&gt;Thank you&lt;BR /&gt;Abhilash M&lt;BR /&gt;Lowe's Companies&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Abhilash M&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jun 2022 13:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70013#M22618</guid>
      <dc:creator>AbhilashM</dc:creator>
      <dc:date>2022-06-13T13:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70014#M22619</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/966"&gt;@AbhilashM&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;I am implementing a similar case in Blue prism using your solution reference. But, I am getting 500 status code.&lt;BR /&gt;&lt;SPAN&gt;My File meta data contains :&lt;/SPAN&gt;&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;FileName : Left blank since optional&lt;/LI&gt;
&lt;LI&gt;FieldName : file&lt;/LI&gt;
&lt;LI&gt;ContentType : application/octet-stream&lt;/LI&gt;
&lt;LI&gt;FilePath : Absolute file path&lt;/LI&gt;
&lt;/UL&gt;
Could you please let me know what I need to set in the FieldMetadata collection ? Your solution screenshot will be helpful for me .&lt;BR /&gt;Also, I do not need to set Content-Type as "multipart/form-data" explicity. Is my understanding right?&lt;BR /&gt;&lt;BR /&gt;Many Thanks!&lt;BR /&gt;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kiran Singh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Oct 2022 13:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70014#M22619</guid>
      <dc:creator>KiranSingh1</dc:creator>
      <dc:date>2022-10-21T13:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70015#M22620</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1537"&gt;@shashank.kumar280&lt;/a&gt; ,&lt;BR /&gt;&lt;BR /&gt;I am facing similar issue while sending xlsx file with the HTTP Request Multipart action in the ​&lt;SPAN&gt;HTTP-Utility VBO.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;The file metadata has:&lt;BR /&gt;&lt;BR /&gt;FieldName : file&lt;BR /&gt;ContentType: multipart/form-data&lt;BR /&gt;FilePath: Absolute path of the xlsx file&lt;BR /&gt;&lt;BR /&gt;What should be given in the FieldMetadata? It is having Name and Value as fields? Should I covert the xlsx file into binary file?​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;sushma Achar&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Oct 2022 18:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70015#M22620</guid>
      <dc:creator>sushmaAchar</dc:creator>
      <dc:date>2022-10-26T18:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70016#M22621</link>
      <description>I struggled with this for a while too, so hopefully this will help.&lt;BR /&gt;&lt;BR /&gt;In my case, I am posting a csv file. I set the filename and absolute filepath in the filesCollection. I do not set the content type or field name. I do not use the fieldmetadata collection at all. I don't think there is any need to set the content type in the filesCollection, though to post excel it may need to be application/vnd.ms-excel.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Neil.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Neil Jordan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Oct 2022 12:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70016#M22621</guid>
      <dc:creator>neiljor</dc:creator>
      <dc:date>2022-10-27T12:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70017#M22622</link>
      <description>Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/23616"&gt;@neiljor&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Could you please share the screenshots of your implementation ?&lt;BR /&gt;That might be useful, as I am still stuck with the problem.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance!&lt;BR /&gt;&lt;BR /&gt;Kind Regards,&lt;BR /&gt;Kiran Singh​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kiran Singh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Nov 2022 15:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70017#M22622</guid>
      <dc:creator>KiranSingh1</dc:creator>
      <dc:date>2022-11-07T15:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70018#M22623</link>
      <description>The FileMetadata contains metadata for the binary file to be uploaded.&lt;BR /&gt;The FileName, FieldName and ContentType in FileMetadata are optional. If left blank the FileName is derived from the FilePath, Fieldname is set to "file" and Content-Type is derived from the file present at the provided FilePath. &lt;BR /&gt;Eg. If it was a excel file the Content-Type would be automatically set as application/vnd.ms-excel. &lt;BR /&gt;&lt;BR /&gt;The FieldMetadata should contain all the key/value pairs other than the binary file. If there are none, then leave this blank.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Shashank Kumar&lt;BR /&gt;DX Integrations Partner Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Singapore&lt;BR /&gt;+6581326707&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Nov 2022 17:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70018#M22623</guid>
      <dc:creator>shashank.kumar280</dc:creator>
      <dc:date>2022-11-07T17:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70019#M22624</link>
      <description>Thank You &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/23616"&gt;@neiljor&lt;/a&gt; &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1537"&gt;@shashank.kumar280&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;API is working now. ​​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kiran Singh&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 01 Dec 2022 12:10:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70019#M22624</guid>
      <dc:creator>KiranSingh1</dc:creator>
      <dc:date>2022-12-01T12:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70020#M22625</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/23616"&gt;@neiljor&lt;/a&gt; &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1537"&gt;@shashank.kumar280&lt;/a&gt;&lt;BR /&gt;I am facing similar issue. Attaching screenshots for your reference.&lt;BR /&gt;If you could please reply back with correction and screenshots for better understanding.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Postman&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27540.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27671iA979173C34924EE9/image-size/large?v=v2&amp;amp;px=999" role="button" title="27540.png" alt="27540.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Blueprism&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27541.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27670iAA56726406038DB5/image-size/large?v=v2&amp;amp;px=999" role="button" title="27541.png" alt="27541.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27542.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27674iCEA4ED05A0CD5911/image-size/large?v=v2&amp;amp;px=999" role="button" title="27542.png" alt="27542.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jishnu P Nair&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Aug 2023 08:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70020#M22625</guid>
      <dc:creator>JishnuP_Nair1</dc:creator>
      <dc:date>2023-08-09T08:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70021#M22626</link>
      <description>&lt;P&gt;Hi &lt;A class="user-content-mention" data-sign="@" data-contactkey="c55b0935-1e9e-4188-b3dc-fdbb2d81ba14" data-tag-text="@Jishnu P Nair" href="https://community.blueprism.com/network/profile?UserKey=c55b0935-1e9e-4188-b3dc-fdbb2d81ba14" data-itemmentionkey="78877ec6-e108-4ba9-a2de-27e60ab6e344"&gt;@Jishnu P Nair&lt;/A&gt;, I would suggest checking the force pre authorization setting, and your headers. For my use case I had to logon to the service using one API which returned a token that I had to use in an Authorization header for the upload call.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Neil Jordan&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Aug 2023 09:31:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70021#M22626</guid>
      <dc:creator>neiljor</dc:creator>
      <dc:date>2023-08-14T09:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Web API Services - To upload a file using multipart form data</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70022#M22627</link>
      <description>&lt;P&gt;HI Community,&lt;BR /&gt;&lt;BR /&gt;Could you guys help me?&lt;BR /&gt;I'm trying to upload a txt file to through the api, but im getting error 401 while doing it.&lt;BR /&gt;I already tried to upload others files extensions but i cant Understand why the .txt isnt working.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27546.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27678i3BB6B32CA3ED3F8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="27546.png" alt="27546.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27547.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27677i73DF93ADC574C1DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="27547.png" alt="27547.png" /&gt;&lt;/span&gt;And another thing is that when i tried using Postman, the file go without issues.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;João Correia&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Feb 2024 20:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Web-API-Services-To-upload-a-file-using-multipart-form-data/m-p/70022#M22627</guid>
      <dc:creator>JoãoCorreia</dc:creator>
      <dc:date>2024-02-21T20:21:00Z</dc:date>
    </item>
  </channel>
</rss>

