<?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: Can Multi HTTP Request be used for this form of download? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Can-Multi-HTTP-Request-be-used-for-this-form-of-download/m-p/804423#M98201</link>
    <description>&lt;P&gt;Thanks Experts!&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;u="https://ctext.org/dictionary.pl?if=gb&amp;amp;id=26168";d1=Open(u,HTML Table(2,Column Names(1),Data Starts(2)));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-10-09_14-43-46.png" style="width: 557px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68934iFB00731B5E02E3DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-10-09_14-43-46.png" alt="2024-10-09_14-43-46.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Oct 2024 06:44:43 GMT</pubDate>
    <dc:creator>lala</dc:creator>
    <dc:date>2024-10-09T06:44:43Z</dc:date>
    <item>
      <title>Can Multi HTTP Request be used for this form of download?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-Multi-HTTP-Request-be-used-for-this-form-of-download/m-p/804129#M98165</link>
      <description>&lt;P&gt;Thanks Experts!&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;u = "";
d1 = Open( u, HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) ) );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;to&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;rqs = New Multi HTTP Request();
For( i = 1, i &amp;lt;= N Items( us ), i++,
	rq = New HTTP Request( Method( "GET" ), URL( u[i] ) );
	//HTML Table( 1, Column Names( 1 ), Data Starts( 2 ) ) 
	rqs &amp;lt;&amp;lt; Add( rq );
);
hh = rqs &amp;lt;&amp;lt; Get Requests();
da = rqs &amp;lt;&amp;lt; Download( "show progress", "detailed" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Oct 2024 08:37:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-Multi-HTTP-Request-be-used-for-this-form-of-download/m-p/804129#M98165</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-10-08T08:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can Multi HTTP Request be used for this form of download?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-Multi-HTTP-Request-be-used-for-this-form-of-download/m-p/804401#M98195</link>
      <description>&lt;P&gt;without running it....&lt;BR /&gt;da would be a list of the filenames that were downloaded.&lt;/P&gt;
&lt;P&gt;hh is of course the list of requests, which is useful for checking the HTTP Status and codes (if needed).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so&lt;/P&gt;
&lt;P&gt;da[1] is the html filename of the downloaded file, that you then pass to Open.&lt;BR /&gt;I think since you didn't provide a filename then New Multi HTTP Request() will just generate a unique filename for each file and put them in $TEMP. That means they'd get cleaned up when JMP closes, which I think in your case is OK since you't making a JMP table from the HTML.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think you can also use send (instead of download) and da would be a list of blobs. You can then pass say da[1] to Open telling it is a blob. That wouldn't page to the filesystem as html.&lt;/P&gt;
&lt;P&gt;Sorry the documentation is a little sparse.&lt;/P&gt;
&lt;P&gt;Let me know if you need more info.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 01:13:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-Multi-HTTP-Request-be-used-for-this-form-of-download/m-p/804401#M98195</guid>
      <dc:creator>bryan_boone</dc:creator>
      <dc:date>2024-10-09T01:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can Multi HTTP Request be used for this form of download?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-Multi-HTTP-Request-be-used-for-this-form-of-download/m-p/804423#M98201</link>
      <description>&lt;P&gt;Thanks Experts!&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;u="https://ctext.org/dictionary.pl?if=gb&amp;amp;id=26168";d1=Open(u,HTML Table(2,Column Names(1),Data Starts(2)));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-10-09_14-43-46.png" style="width: 557px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68934iFB00731B5E02E3DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-10-09_14-43-46.png" alt="2024-10-09_14-43-46.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 06:44:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-Multi-HTTP-Request-be-used-for-this-form-of-download/m-p/804423#M98201</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-10-09T06:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can Multi HTTP Request be used for this form of download?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-Multi-HTTP-Request-be-used-for-this-form-of-download/m-p/804425#M98202</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;u="https://ctext.org/dictionary.pl?if=gb&amp;amp;id=26169";d1=Open(u,HTML Table(2,Column Names(1),Data Starts(2)));Wait(0);
u="https://ctext.org/dictionary.pl?if=gb&amp;amp;id=26170";d1=Open(u,HTML Table(2,Column Names(1),Data Starts(2)));Wait(0);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 09 Oct 2024 06:49:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-Multi-HTTP-Request-be-used-for-this-form-of-download/m-p/804425#M98202</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-10-09T06:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Can Multi HTTP Request be used for this form of download?</title>
      <link>https://community.jmp.com/t5/Discussions/Can-Multi-HTTP-Request-be-used-for-this-form-of-download/m-p/804439#M98205</link>
      <description>&lt;P&gt;OK、Thanks Experts!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-10-09_20-03-20.png" style="width: 930px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/68941i6DFB8EB1E2044FB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-10-09_20-03-20.png" alt="2024-10-09_20-03-20.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 12:04:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Can-Multi-HTTP-Request-be-used-for-this-form-of-download/m-p/804439#M98205</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-10-09T12:04:59Z</dc:date>
    </item>
  </channel>
</rss>

