2006 Jul 13 7:13 AM
Hi all,
i published my own transaction zex1 as an internet service. i stored the images in mime objects folder and i inserted them in the template by editing it using..
<img src="FISH.JPG" width="144" height="50">
but when i run the transaction i don't see the image.
i am using standalone ITS.
Hi all,
i published my own transaction zex1 as an internet service. i stored the images in mime objects folder and i inserted them in the template by editing it using..
<img src="FISH.JPG" width="144" height="50">
but when i run the transaction i don't see the image.
i am using standalone ITS.
2007 Feb 13 12:46 PM
I assume you have already published the MIME object you added to the service.
Now you have to use the correct URL to get it displayed. To construct it you could do the following:
img src="`mimeURL(~service="zmyservice", ~language="", ~name="logo.gif")`"
(opening and closing bracket omitted to get the text displayed here)
...which displays the picture logo.gif stored in service zmyservice directly under MIME-Objects. If you want to use sub folders, you have to put them into the name-part of the above construct.
HTH
Klaus