I have a
jsp file written and its contentType is set to "application/msword"
<%@page contentType="application/msword"%>
There is an image included in the file as <img src= ... and the image exists in the correct
place. But I cant see the image in the
word document.
If I set contentType to "text/html" it displays the image properly.
when jsp generates a word document there is only a frame that normally appears when the image
is not in place. But image is in place.
If you can write me how to display an image in a word document that generates through a jsp
with setting contentType to application/msword, I would be grateful.
Thanks and best regards,
Ranjith
rajith at dmsswt dot com