<?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: This POST form of Multi download, download the result of the same file name, constantly covered, how to solve? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/This-POST-form-of-Multi-download-download-the-result-of-the-same/m-p/747243#M92723</link>
    <description>&lt;P&gt;&lt;LI-MESSAGE title="What can I do if the temporary file name is the same during concurrent downloads using JMP 17?" uid="614559" url="https://community.jmp.com/t5/Discussions/What-can-I-do-if-the-temporary-file-name-is-the-same-during/m-p/614559#U614559" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2024 11:15:16 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-04-16T11:15:16Z</dc:date>
    <item>
      <title>This POST form of Multi download, download the result of the same file name, constantly covered, how to solve?</title>
      <link>https://community.jmp.com/t5/Discussions/This-POST-form-of-Multi-download-download-the-result-of-the-same/m-p/747221#M92711</link>
      <description>&lt;P&gt;Multi downloads with JMP 17 get downloaded files, but all files with the same name, and only one last downloaded file.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-04-16_14-53-12.png" style="width: 612px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63371iA105A9EE3F94D03F/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-04-16_14-53-12.png" alt="2024-04-16_14-53-12.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 06:53:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/This-POST-form-of-Multi-download-download-the-result-of-the-same/m-p/747221#M92711</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-04-16T06:53:51Z</dc:date>
    </item>
    <item>
      <title>回复： This POST form of Multi download, download the result of the same file name, constantly covered, how to solve?</title>
      <link>https://community.jmp.com/t5/Discussions/This-POST-form-of-Multi-download-download-the-result-of-the-same/m-p/747225#M92712</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;urls = {};
u = "https://apphq.ip.com/w1/api/index.php";
h = ["Content-Type" =&amp;gt; "application/x-www-form-urlencoded; charset=UTF-8"];
d0 = Current Data Table();
For( j = 1, j &amp;lt;= 3, j++,
	gp = d0[j, "IP"];
	Insert Into(
		urls,
		"a=GetMainMonitor_Trend_w30&amp;amp;Money=0&amp;amp;apiv=w36&amp;amp;c=StockL2Data&amp;amp;StockID=" || gp ||
		"&amp;amp;PhoneOSNew=1&amp;amp;"
	);
);

requests = New Multi HTTP Request();
s0 = N Items( urls );
For( i = 1, i &amp;lt;= s0, i++,
	Try( rs = New HTTP Request( URL( u ), Method( "POST" ), JSON( urls[i] ), Headers( h ) ) );
	requests &amp;lt;&amp;lt; Add( rs );
);
da = requests &amp;lt;&amp;lt; Download( "show progress", "detailed" );&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2024-04-16_14-58-35.png" style="width: 515px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63372i93C94ECB3544E6D4/image-size/large?v=v2&amp;amp;px=999" role="button" title="2024-04-16_14-58-35.png" alt="2024-04-16_14-58-35.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 06:58:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/This-POST-form-of-Multi-download-download-the-result-of-the-same/m-p/747225#M92712</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-04-16T06:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: This POST form of Multi download, download the result of the same file name, constantly covered, how to solve?</title>
      <link>https://community.jmp.com/t5/Discussions/This-POST-form-of-Multi-download-download-the-result-of-the-same/m-p/747243#M92723</link>
      <description>&lt;P&gt;&lt;LI-MESSAGE title="What can I do if the temporary file name is the same during concurrent downloads using JMP 17?" uid="614559" url="https://community.jmp.com/t5/Discussions/What-can-I-do-if-the-temporary-file-name-is-the-same-during/m-p/614559#U614559" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 11:15:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/This-POST-form-of-Multi-download-download-the-result-of-the-same/m-p/747243#M92723</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-04-16T11:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: This POST form of Multi download, download the result of the same file name, constantly covered, how to solve?</title>
      <link>https://community.jmp.com/t5/Discussions/This-POST-form-of-Multi-download-download-the-result-of-the-same/m-p/747247#M92725</link>
      <description>&lt;P&gt;OK、Thanks!&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I forgot all about it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;requests&amp;lt;&amp;lt;Add(rs,"test"||char(i));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Apr 2024 14:32:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/This-POST-form-of-Multi-download-download-the-result-of-the-same/m-p/747247#M92725</guid>
      <dc:creator>lala</dc:creator>
      <dc:date>2024-04-16T14:32:42Z</dc:date>
    </item>
  </channel>
</rss>

