| Author |
XML file download
|
Miguel Roque
Ranch Hand
Joined: Oct 24, 2002
Posts: 126
|
|
Hi. I'm making a servlet that will process some information from the database and then must return a XML file to the user. How can I automaticaly send the result XML file to the client in the servlet, meaning, how can the browser present a message where the user is asked where to save the file? A second question, not directly related to servlets, what is the best package to create the XML file? I'm testing with javax.xml.stream but I'm affraid that this could not handle the XML file that can be up to 140Mb or even more! Thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56157
|
|
Set your content-type and content-disposition headers as appropriate for the type of activity you'd like. Your unrelated question should be asked in another forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: XML file download
|
|
|