<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Perhaps this is a solution?<br>
      <br>
      <a href="https://drupal.org/project/zipcart">https://drupal.org/project/zipcart</a><br>
      <br>
      <pre class="moz-signature" cols="72">Jamie Holly
<a class="moz-txt-link-freetext" href="http://hollyit.net">http://hollyit.net</a></pre>
      On 11/25/2013 7:14 PM, Chris Miller wrote:<br>
    </div>
    <blockquote
      cite="mid:1517363842.61108.1385424847496.JavaMail.root@tryx.org"
      type="cite">
      <div style="font-family: arial, helvetica, sans-serif; font-size:
        10pt; color: #000000">
        <blockquote style="border-left:2px solid
#1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From:
          </b>"Anoop John" <a class="moz-txt-link-rfc2396E" href="mailto:anoop.john@zyxware.com">&lt;anoop.john@zyxware.com&gt;</a><br>
          <b>To: </b><a class="moz-txt-link-abbreviated" href="mailto:support@drupal.org">support@drupal.org</a><br>
          <b>Sent: </b>Monday, November 25, 2013 3:55:21 PM<br>
          <b>Subject: </b>Re: [support] Multiple file download<br>
          <div><br>
          </div>
          <div dir="ltr">Check this out
            <div><br>
            </div>
            <div><a moz-do-not-send="true"
href="http://stackoverflow.com/questions/2339440/download-multiple-files-with-a-single-action"
                target="_blank">http://stackoverflow.com/questions/2339440/download-multiple-files-with-a-single-action</a><br>
            </div>
          </div>
        </blockquote>
        <div>This is very clever and, interestingly, not beyond my
          ability.&nbsp; Even so, I don't think JavaScript in the browser is
          really the place to implement this function, if only because
          it requires the "cleverness" of creating the iframes and so
          on.&nbsp; Finally, believe it or not, there are still some people
          that disable JavaScript, and I don't see any degraded
          fall-back position for this design.<br>
        </div>
        <div><br>
        </div>
        <div>So, I still seek a native Drupal solution.&nbsp; If there is an
          existing way to accomplish this, then I should use that, and
          if not then I must consider a module.<br>
        </div>
        <div><br>
        </div>
        <div>I have a partial solution: I can represent the downloadable
          content in a view as a set of fields displayed as a check-box
          with a label, so if I can add a "Submit", then I think I can
          write a hook_menu function to receive and process the download
          request.&nbsp; I think I should be able to see the values of the
          set of check-boxes, and I <u><strong>hope</strong></u> the
          path to the file is a persistent property that I can also
          see.&nbsp; </div>
        <div><br>
        </div>
        <div>I don't know how to add a "submit" button to a view.<br>
        </div>
        <div><br>
        </div>
        <div>
          <div>Chris.</div>
          <span name="x"></span><br>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
    </blockquote>
    <br>
  </body>
</html>