Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Opening a ".svg" file using "inline" in Microsoft Visio for download.

843836Mar 2 2005 — edited Mar 3 2005
Hi 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 31 2005
Added on Mar 2 2005
1 comment
279 views