Re: How send svg content to browser as response
" SVG serverside\n" + ""); out.close(); } this is workin fineHere am just writing out only one element as response .I need to write whole svg file to browser...A
How send svg content to browser as response
ot; "); out.println(" "); out.println("Hello, World"); out.println(" "); out.println(""); } when i invoke this servlet .it's showing download dialog box and if press ok .servletName.svg file gets down