Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BSP - MIMES

Former Member
0 Likes
857

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.

6 REPLIES 6
Read only

Former Member
0 Likes
812

Hi,

What is the extension of the images you are passing. try passing .jpg images.

Give the code you are using.

Thanks,

Harini

Read only

0 Likes
812

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

Read only

0 Likes
812

i cant see your code..... try .bmp...

Read only

0 Likes
812

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.

Read only

0 Likes
812

hi,

even i had problems with .gif.

when saving the image save it as a .jpeg or .bmp and try both....

thanks,

Read only

0 Likes
812

I tried ... its not that ...