<?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: Uploading a file from a HTML client to a server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293074#M66085</link>
    <description>Hi,&lt;BR /&gt;If you want to upload file with Talend,&amp;nbsp; pleaswe try to use tFileFetch component ( POST + upload file ).&lt;BR /&gt;Feel free to let us know if it is OK with you.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Fri, 19 Jun 2015 05:14:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-06-19T05:14:49Z</dc:date>
    <item>
      <title>Uploading a file from a HTML client to a server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293073#M66084</link>
      <description>Hi,&lt;BR /&gt;which is the best component to use to upload a file from a HTML / web browser client and to store it on the server for further processing by Talend? I am looking for the Talend equivalent to the usual PHP or CGI scripts, that process files sent by HTML file forms.&lt;BR /&gt;Many thanks in advance!&lt;BR /&gt;Markus</description>
      <pubDate>Sat, 16 Nov 2024 11:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293073#M66084</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file from a HTML client to a server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293074#M66085</link>
      <description>Hi,&lt;BR /&gt;If you want to upload file with Talend,&amp;nbsp; pleaswe try to use tFileFetch component ( POST + upload file ).&lt;BR /&gt;Feel free to let us know if it is OK with you.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 19 Jun 2015 05:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293074#M66085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-19T05:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file from a HTML client to a server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293075#M66086</link>
      <description>Also, tRESTRequest can accept HTTP form uploads and the multipart attachments in general
&lt;BR /&gt;Cheers, Sergey</description>
      <pubDate>Fri, 19 Jun 2015 12:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293075#M66086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-19T12:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file from a HTML client to a server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293076#M66087</link>
      <description>Many thanks! Can you help me with some details for the tRESTRequest option? 
&lt;BR /&gt;I managed to write a HTML form that successfully sent a POST to my tRESTRequest component. 
&lt;BR /&gt;How can I process the entire file to e.g. save it or import it into a database? 
&lt;BR /&gt;I built a job to save the file. It executed without error, even wrote a file, but it was empty rather than containing the content of the uploaded file. I managed to process individual strings withtRESTRequest, like shown in your documentation, but how to best deal with the entire uploaded file? 
&lt;BR /&gt;I use the following following HTML form: 
&lt;BR /&gt; 
&lt;BR /&gt;&amp;lt;!DOCTYPE html&amp;gt; 
&lt;BR /&gt;&amp;lt;html&amp;gt; 
&lt;BR /&gt;&amp;lt;body&amp;gt; 
&lt;BR /&gt;&amp;lt;form action="http://localhost:8088/Test" method="post" enctype="multipart/form-data"&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; Select image to upload: 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;input type="file" name="fileToUpload" id="fileToUpload"&amp;gt; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;input type="submit" value="Upload Image" name="submit"&amp;gt; 
&lt;BR /&gt;&amp;lt;/form&amp;gt; 
&lt;BR /&gt;&amp;lt;/body&amp;gt; 
&lt;BR /&gt;&amp;lt;/html&amp;gt; 
&lt;BR /&gt;This is how my tRESTRequest is configured in my job 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MDsx.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147918iD5829E0DC26EE05C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MDsx.png" alt="0683p000009MDsx.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;Many thanks in advance!</description>
      <pubDate>Fri, 19 Jun 2015 17:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293076#M66087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-19T17:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file from a HTML client to a server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293077#M66088</link>
      <description>Myself strucked with same problem??&lt;BR /&gt;any help to solve this guys??</description>
      <pubDate>Thu, 07 Jan 2016 14:08:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293077#M66088</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-01-07T14:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file from a HTML client to a server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293078#M66089</link>
      <description>Would this help? &lt;A href="https://help.talend.com/search/all?query=tFileFetch&amp;amp;content-lang=en" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=tFileFetch&amp;amp;content-lang=en&lt;/A&gt;</description>
      <pubDate>Thu, 07 Jan 2016 14:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293078#M66089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-07T14:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file from a HTML client to a server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293079#M66090</link>
      <description>FileFetch works well for a Transaction to fetch files from another server, but (to my understanding) is not capable to let a user upload files to a Server via a web interface.&amp;nbsp; tRESTRequest should be the one to build a transaction for such a task (in combination with a HTML upload form), but I did not get it working. 
&lt;BR /&gt;I now use the free HFS http fileserver, that can be easily embedded in web pages, to have users uploading files from their local computer&amp;nbsp;to my Talend Server and manage them there conveniently. The Talend transaction subsequently processes files located on the Talend server. 
&lt;BR /&gt;I would still appreciate a working tRestRequest &amp;amp; HTML form based file Transfer example, just in case someone gets it working.</description>
      <pubDate>Thu, 07 Jan 2016 15:21:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293079#M66090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-07T15:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file from a HTML client to a server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293080#M66091</link>
      <description>i need to do this with '&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tRESTRequest&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;' ??&lt;BR /&gt;Team any help to accomplish this task using 'tRestRequest'??&lt;BR /&gt;This is my exact requirement so i am rushing.</description>
      <pubDate>Fri, 08 Jan 2016 06:12:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293080#M66091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-08T06:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file from a HTML client to a server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293081#M66092</link>
      <description>As far I know, the multipart requests (file uploads) are not supported by any DI (data integration) flow components, so you cannot just upload a file directly from the HTML page into the DI job. You have to store the file locally and then process it. However - you may still build a REST endpoint using the CXF framework and then invoke an integration route or any Talend job. See 
&lt;A href="https://help.talend.com/search/all?query=Forms+and+multiparts&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;https://help.talend.com/search/all?query=Forms+and+multiparts&amp;amp;content-lang=en&lt;/A&gt; 
&lt;BR /&gt;g.</description>
      <pubDate>Sun, 10 Jan 2016 14:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Uploading-a-file-from-a-HTML-client-to-a-server/m-p/2293081#M66092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-10T14:02:42Z</dc:date>
    </item>
  </channel>
</rss>

