aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Multiple requests to download files using JavaScript Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Multiple requests to download files using JavaScript" Watch "Multiple requests to download files using JavaScript" New topic
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
    
  13

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]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Multiple requests to download files using JavaScript
 
Similar Threads
Multiple file download
Mutiple threads on a single reqest
Html page rendering
download multiple files.
Multiple requests to download files using Applets