Hi , I want to Display Image and at the same time HTML Content.Without Using MultiPartresponse Iam getting Image(Graphical Chart).But using MultiPartResponse In the place of Image iam getting Some Characters. I would be appreciated if Any one having Idea how to do it Thanks in Adavance Chamarthy ServletOutputStream out=param_Response.getOutputStream();
MultipartResponse multi = new MultipartResponse(param_Response);
multi.startResponse("text/plain"); out.println("On your mark"); multi.endResponse();