<?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: Passing Multipart form data in talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Passing-Multipart-form-data-in-talend/m-p/2341442#M109396</link>
    <description>&lt;P&gt;Hi @vigneshmahendra vigneshmahendra​&amp;nbsp;I have same scenario, https://community.talend.com/s/question/0D55b00007bMz8vCAC/how-we-can-upload-jpg-with-trestclient-component&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to upload .jpg with talend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to upload .jpg with postman but confusion in talend &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help me &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
    <pubDate>Thu, 28 Jul 2022 09:44:20 GMT</pubDate>
    <dc:creator>Jmiles1658991691</dc:creator>
    <dc:date>2022-07-28T09:44:20Z</dc:date>
    <item>
      <title>Passing Multipart form data in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-Multipart-form-data-in-talend/m-p/2341438#M109392</link>
      <description>&lt;P&gt;Hi..&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I need to upload the word document with&amp;nbsp;some metadata&amp;nbsp;to the server. I am using tRestClient component&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009Ls2f.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153371i07E00E8AEE40046E/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009Ls2f.png" alt="0683p000009Ls2f.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I got this error&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;|statusCode|body|string |&lt;BR /&gt;|=---------+----+---------------------------------------------------------------------------------------------------------------------------------=|&lt;BR /&gt;|200 |null|{"responseStatus":"FAILURE","errors":[{"type":"METHOD_NOT_SUPPORTED","message":"The current request is not a multipart request"}]}|&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How to solve it..??&lt;/P&gt; 
&lt;P&gt;Is any other component available to pass content-type:multipart/form-data in talend??&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Waiting for your valuable comments...!!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Nov 2017 13:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-Multipart-form-data-in-talend/m-p/2341438#M109392</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-22T13:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multipart form data in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-Multipart-form-data-in-talend/m-p/2341439#M109393</link>
      <description>Try TFileFetch component.&lt;BR /&gt;It has same setting as tRestClient with an option to UPLOAD FILE in advance settings.</description>
      <pubDate>Thu, 23 Nov 2017 06:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-Multipart-form-data-in-talend/m-p/2341439#M109393</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-23T06:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multipart form data in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-Multipart-form-data-in-talend/m-p/2341440#M109394</link>
      <description>&lt;P&gt;Thank you chirgal.&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;In tRestClient , I just changed the content type as&amp;nbsp;JSON. The file got uploaded successfully...&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Nov 2017 13:39:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-Multipart-form-data-in-talend/m-p/2341440#M109394</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-23T13:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multipart form data in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-Multipart-form-data-in-talend/m-p/2341441#M109395</link>
      <description>&lt;P&gt;Vignesh can you put a screenshot of this ? Because i try to post a picture and an email in a post but i didn't succeeded.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 15:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-Multipart-form-data-in-talend/m-p/2341441#M109395</guid>
      <dc:creator>Swiip</dc:creator>
      <dc:date>2021-06-03T15:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Passing Multipart form data in talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Passing-Multipart-form-data-in-talend/m-p/2341442#M109396</link>
      <description>&lt;P&gt;Hi @vigneshmahendra vigneshmahendra​&amp;nbsp;I have same scenario, https://community.talend.com/s/question/0D55b00007bMz8vCAC/how-we-can-upload-jpg-with-trestclient-component&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to upload .jpg with talend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am able to upload .jpg with postman but confusion in talend &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help me &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 09:44:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Passing-Multipart-form-data-in-talend/m-p/2341442#M109396</guid>
      <dc:creator>Jmiles1658991691</dc:creator>
      <dc:date>2022-07-28T09:44:20Z</dc:date>
    </item>
  </channel>
</rss>

