Hi everyone, I'm currently trying to browse a web page containing a .svg image file from the Keil webserver. I'm using Keil 4.21 and the TCPnet RL-ARM library.
The page is browsed correctly by firefox, IE9, safari etc. with one exception for IE8. It is a known fact that IE8 does not support natively the .svg files, so I'm trying to find a workaround to have compatibility with IE8.
A tried 2 solutions :
- Using the adobe svg viewer plugin for IE8. In this case IE8 browse the page correctly from my local computer (IE8 ask permission for activeX contents and activate the plugin), but from the keil web server the same page doesn't browse correctly (the image is not showed, and IE8 ask no permission for activeX contents).
- Using google svgweb javascript library. In this case a page is browsed correctly when charged from the local webserver provided along with the library, but the same page is not printed correctly from Keil web server (image is not showed). The path to the javascript library is correct in my web page, but it seems that the library cannot by used for some reason.
Has anyone already find a workaround to use .svg files with IE8 along with Keil webserver ? Do you have an idea why the two above don't work ?
Thank you for your replies.