Opening a ".svg" file using "inline" in Microsoft Visio for download.
843836Mar 2 2005 — edited Mar 3 2005Hi all,
I am generating a Scalable Vector Graphics (svg) file from my application.Now i want this file to be shown as inline file in the browser such that it should open in Microsoft Visio.
Can anyone suggest me how this can be done.
I am using the following code-snippet:
response.setContentType("application/vnd.ms-visio");
response.setHeader("Content-Disposition","inline;filename=abc.svg");
but the Visio environment does not open in the browser in inline mode.
Please help me out and suggest me as early as possible.
Thanks in advance,
RDP.