<html><body><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" &lt;anoop.john@zyxware.com&gt;<br><b>To: </b>support@drupal.org<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 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></body></html>