<?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: download Zip file from Web in qlik in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/download-Zip-file-from-Web-in-qlik/m-p/1735555#M452590</link>
    <description>&lt;P&gt;Thank you so much for your reply.&lt;/P&gt;&lt;P&gt;Will try this.&lt;/P&gt;</description>
    <pubDate>Thu, 13 Aug 2020 11:56:01 GMT</pubDate>
    <dc:creator>rupalimane1390</dc:creator>
    <dc:date>2020-08-13T11:56:01Z</dc:date>
    <item>
      <title>download Zip file from Web in qlik</title>
      <link>https://community.qlik.com/t5/QlikView/download-Zip-file-from-Web-in-qlik/m-p/1735517#M452585</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to download zip file from website in Qlikview?&lt;/P&gt;&lt;P&gt;It is not possible using web connectors as I tried. Please help if we have execute commands or can make use of macros to download zip files from website.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/download-Zip-file-from-Web-in-qlik/m-p/1735517#M452585</guid>
      <dc:creator>rupalimane1390</dc:creator>
      <dc:date>2024-11-16T18:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: download Zip file from Web in qlik</title>
      <link>https://community.qlik.com/t5/QlikView/download-Zip-file-from-Web-in-qlik/m-p/1735543#M452589</link>
      <description>&lt;P&gt;With macro:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;function DownloadFile(url,localFile)
	Set xHttp = createobject("MSXML2.XMLHTTP.6.0")
	Set bStrm = createobject("Adodb.Stream")
	xHttp.Open "GET", url , False
	xHttp.Send
	
	with bStrm
	    .type = 1 '//binary
	    .open
	    .write xHttp.responseBody
	    .savetofile localFile, 2 '//overwrite
	end with
	DownloadFile="ok"
end function&lt;/LI-CODE&gt;&lt;P&gt;Calling from script:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;let df=DownloadFile('https://ayera.dl.sourceforge.net/project/qmsedx/12.50/qmsedx_12.50.0.zip','c:\temp\qmsedx_12.50.0.zip');&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 13 Aug 2020 10:53:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/download-Zip-file-from-Web-in-qlik/m-p/1735543#M452589</guid>
      <dc:creator>cwolf</dc:creator>
      <dc:date>2020-08-13T10:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: download Zip file from Web in qlik</title>
      <link>https://community.qlik.com/t5/QlikView/download-Zip-file-from-Web-in-qlik/m-p/1735555#M452590</link>
      <description>&lt;P&gt;Thank you so much for your reply.&lt;/P&gt;&lt;P&gt;Will try this.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 11:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/download-Zip-file-from-Web-in-qlik/m-p/1735555#M452590</guid>
      <dc:creator>rupalimane1390</dc:creator>
      <dc:date>2020-08-13T11:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: download Zip file from Web in qlik</title>
      <link>https://community.qlik.com/t5/QlikView/download-Zip-file-from-Web-in-qlik/m-p/1740627#M452905</link>
      <description>&lt;P&gt;Thanks a ton &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/220"&gt;@cwolf&lt;/a&gt;. It worked &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 12:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/download-Zip-file-from-Web-in-qlik/m-p/1740627#M452905</guid>
      <dc:creator>rupalimane1390</dc:creator>
      <dc:date>2020-09-02T12:40:42Z</dc:date>
    </item>
  </channel>
</rss>

