Hi All,
I come across some problem in java, when getting the response from the server instead of displaying the in browser its downloading entire resonse as file dowload attachment and it opens in a new browser.
nothing is there in sever side code. code as follows
response.setCon tentType("text/plain");
// some coding......
// at the end
out.println("bl a bla bla......");
like this....
any one please help me ......
Regards
Padamati
I come across some problem in java, when getting the response from the server instead of displaying the in browser its downloading entire resonse as file dowload attachment and it opens in a new browser.
nothing is there in sever side code. code as follows
response.setCon tentType("text/plain");
// some coding......
// at the end
out.println("bl a bla bla......");
like this....
any one please help me ......
Regards
Padamati
Comment