Keith L.
Keith L.

Reputation: 2124

Base64: How to show image in IE7? (ASP.net/VB.net)

I'm generating captchas in ASP.net/VB. Everything is working well except in IE 7.

I need to display my captchas in IE7.

How can I do that? My img src starts with data:image/png;base64,.

Is there a way with jQuery and a little bit VB?

Upvotes: 1

Views: 3552

Answers (1)

You can use MHTML to work around the problem for IE 7.

An explanation and example is available at MHTML – when you need data: URIs in IE7 and under.

Upvotes: 2

Related Questions