Sending two servlet responses per request
Posted
by sangi
on Stack Overflow
See other posts from Stack Overflow
or by sangi
Published on 2010-06-03T14:06:15Z
Indexed on
2010/06/03
14:14 UTC
Read the original article
Hit count: 140
Hi, I write, because I can not solve the following problem. I have a servlet that processes some information. In response I put both text and binary content. How do I get two response, then two html page, starting from the same request? is a thing possible? The first response should continue to do what he does now, while the second would appear to make a popup window to save an image. There are easier ways to achieve the same result? Many thanks in advance
© Stack Overflow or respective owner