If I am not wrong, multiple download can only accomplish by zipping file together. What so special about multiple download compare to multiple upload?
views:
57answers:
2
+1
A:
Here's something interesting you may want to read: http://www.motobit.com/tips/detpg_multiple-files-one-request/
Sidharth Panwar
2010-09-09 18:16:01
+1
A:
Essentially, conventional browsers expect one file+ContentType in the HTTP response. Although most current browsers may accept a multipart response, YMMV. From what I can see of the examples, the format is pretty similar (maybe identical) to sending an email with multiple attachments.
Note that the link in the other answer also explains this practice, it's just a little farther down on the page.
Jake
2010-09-09 19:15:43