2009 Nov 05 4:07 PM
Hello everybody,
Does anybody know why pictures aren't getting displayed in browser when running the BSP Application.
The pictures are stored as MIME Objects, the path to them is fine, and the preview works in SE80... but on browser not.
Could it be some service that isn't configured correctly? Or something else...
Thanks so much,
Alin.
Hello everybody,
Does anybody know why pictures aren't getting displayed in browser when running the BSP Application.
The pictures are stored as MIME Objects, the path to them is fine, and the preview works in SE80... but on browser not.
Could it be some service that isn't configured correctly? Or something else...
Thanks so much,
Alin.
2009 Nov 05 4:14 PM
Hi,
What is the extension of the images you are passing. try passing .jpg images.
Give the code you are using.
Thanks,
Harini
2009 Nov 05 4:20 PM
Hi Harini,
Yes, I'm using normal extensions as .gif, .jpg ...code is a normal html code like this:
<img src ="SAPbilder/error.gif" width="16" height="15">Thanks,
Alin.
Edited by: Alin Moigradeanu on Nov 5, 2009 5:20 PM
2009 Nov 05 4:23 PM
2009 Nov 05 4:25 PM
Hi Harini,
Yes, I'm using normal extensions as .gif, .jpg ...code is a normal html code like this:
<% <img src="SAPbilder/error.gif" width="16" height="15"> %>
Without the <% %> signs because otherwise I cannot post here on SDN.
Thanks,
Alin.
2009 Nov 05 4:34 PM
hi,
even i had problems with .gif.
when saving the image save it as a .jpeg or .bmp and try both....
thanks,
2009 Nov 06 8:31 AM