<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1016167" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1016167</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/downloading-more-1-file-http#comment-1093715</link>
    <description> &lt;p&gt;This is going to be a tough nut to crack without some sort of applet/control on the client-side. I think SoftArtisans make a control that does what you describe, check out JFile/XFile at their website: &lt;a href=&quot;http://www.softartisans.com/softartisans/index.html&quot; class=&quot;bb-url&quot;&gt;http://www.softartisans.com/softartisans/index.html&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Nov 2001 13:34:22 +0000</pubDate>
 <dc:creator>Peter J. Boettcher</dc:creator>
 <guid isPermaLink="false">comment 1093715 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/downloading-more-1-file-http#comment-1093675</link>
    <description> &lt;p&gt;another method, again while rather sloppy but simple, would be to add a bunch of hidden frames and when a user selects multiple files set the location of the hidden frames to the specified files.  The user will get a download confirmation box but no windows will popup and they wont be able to see the frames where the download is taking place.&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Nov 2001 04:27:27 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1093675 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/downloading-more-1-file-http#comment-1093674</link>
    <description> &lt;p&gt;i would suggest either&lt;/p&gt;
&lt;p&gt;a: making users download files individually&lt;br /&gt;
or&lt;br /&gt;
b: zipping files int collections that can be downloaded&lt;/p&gt;
&lt;p&gt;what you want to do is certainly possible, but you&#039;re adding a ton of complexity by allowing them to pick any to download at once.&lt;/p&gt;
&lt;p&gt;first thing that comes to my mind is this:&lt;/p&gt;
&lt;p&gt;user selects say 3 files and clicks &#039;download&#039;.  a cgi script starts the download of file1, and a form submitted to the same script url with files 2 and 3 as hidden fields.  the form is submitted when the file is done downloading (not sure how to detect this, maybe experiment with BODY OnLoad)  and the next file starts downloading.  rinse and repeat until your script gets to the end of the download list.&lt;/p&gt;
&lt;p&gt;a quick but sloppy alternative would be to open and minimize a new window with js for each file selected, and download them all simultaneously.&lt;/p&gt;
&lt;p&gt;also you may want to check into php&#039;s ftp functions.  ive never used them so im not sure the extent of their functionality, id guess they only facilitate transfers between a ftp server and the webserver but ive been surprised by phps built in functionality many times before.&lt;/p&gt;
 </description>
     <pubDate>Sun, 11 Nov 2001 04:24:47 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1093674 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
