aspose file tools
The moose likes Servlets and the fly likes MultiPart Response Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "MultiPart Response" Watch "MultiPart Response" New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: MultiPart Response
 
Similar Threads
before committing the response
BufferedWriter for Mulitple file type
Getting session attributes from multipart/form-data form
image display quary: need help
io exception urgent