| Author |
MultiPart Response
|
manisha Gupta Garg
Ranch Hand
Joined: Jul 03, 2009
Posts: 41
|
|
Hi,
Has anyone worked on Multipart response in java ?
Actually need to re-initiate the request after getting one response.
Like I have to call HttpServletRequest.sendRedirect (“some url”); just after when the file has been read by using –
ServletOutputStream out = HttpServletResponse.getOutputStream();
Thanks & Regards,
Manisha
|
 |
Praneeth Thiruveedhula
Greenhorn
Joined: Oct 20, 2009
Posts: 19
|
|
hi,
HttpServletRequest interface does't contain any sendRedirect(); method.
please clarify the question.
|
 |
 |
|
|
subject: MultiPart Response
|
|
|