How to show img data in ie6

R

Robin Zhang

Hi all,
There are html file named img.html, the content of this file is:
<IMG SRC='data:image/gif;base64,R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAwAAAC8IyPqcvt3wCcDkiLc7C0qwyGHhSWpjQu5yqmCYsapyuvUUlvONmOZtfzgFzByTB10QgxOR0TqBQejhRNzOfkVJ+5YiUqrXF5Y5lKh/DeuNcP5yLWGsEbtLiOSpa/TPg7JpJHxyendzWTBfX0cxOnKPjgBzi4diinWGdkF8kjdfnycQZXZeYGejmJlZeGl9i2icVqaNVailT6F5iJ90m6mvuTS4OK05M0vDk0Q4XUtwvKOzrcd3iq9uisF81M1OIcR7lEewwcLp7tuNNkM3uNna3F2JQFo97Vriy/Xl4/f1cf5VWzXyym7PHhhx4dbgYKAAA7' ALT='Larry'>

Opera and Firefox can open the file correctly, an image show in the explore, but IE6/7 cann't, Why?
I'm working with WebBrowser control under csharp, want show image in the control, is there any suggestion about that?

I want translate the image data to file and replace the data with a link <img link='xxxx.gif'>, is there other solution?

Thanks for all,
Robin
 
H

Hans Le Roy

Hi Robin,

As far as I know, IE doesn't implment this (RFC2397) because the text of the
image can get too long.

Kind regards

Hans
Hi all,
There are html file named img.html, the content of this file is:
<IMG
SRC='data:image/gif;base64,R0lGODdhMAAwAPAAAAAAAP///ywAAAAAMAAwAAAC8IyPqcvt3wCcDkiLc7C0qwyGHhSWpjQu5yqmCYsapyuvUUlvONmOZtfzgFzByTB10QgxOR0TqBQejhRNzOfkVJ+5YiUqrXF5Y5lKh/DeuNcP5yLWGsEbtLiOSpa/TPg7JpJHxyendzWTBfX0cxOnKPjgBzi4diinWGdkF8kjdfnycQZXZeYGejmJlZeGl9i2icVqaNVailT6F5iJ90m6mvuTS4OK05M0vDk0Q4XUtwvKOzrcd3iq9uisF81M1OIcR7lEewwcLp7tuNNkM3uNna3F2JQFo97Vriy/Xl4/f1cf5VWzXyym7PHhhx4dbgYKAAA7'
ALT='Larry'>

Opera and Firefox can open the file correctly, an image show in the explore,
but IE6/7 cann't, Why?
I'm working with WebBrowser control under csharp, want show image in the
control, is there any suggestion about that?

I want translate the image data to file and replace the data with a link
<img link='xxxx.gif'>, is there other solution?

Thanks for all,
Robin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top