| Author |
Multiple requests to download files using JavaScript
|
Saathvik Reddy
Ranch Hand
Joined: Jun 03, 2005
Posts: 228
|
|
Hi, I have to download multiple files on a single request. Could anyone tell me how to use JavaScript to make multiple requests to the files for download and target the results to different windows. Thanks,
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56155
|
|
|
Can't be done. A single request can return only one response. There is no way to split the response up to separate windows, or to split the request into multiple responses. You'll need a separate request/response per window.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Multiple requests to download files using JavaScript
|
|
|