|
Posted by Materialised on 04/13/06 11:04
ColdShine wrote:
> Materialised in news:4a6e21Frov70U1@individual.net wrote:
>
> [...]
>> echo "<td><IMG SRC=\"data:image/jpeg;base64," .
>> base64_encode($row[IMG]) . "\"></td>";
> [...]
>> Now I don't know where my problem is, but, when viewed with firefox, the
>> images load correctly, however when viewed with Internet explorer, the
>> images do not load.
>>
>> You can see a example of the script in action at
>> http://codegurus.org/~mwalker/test.php
>>
>> Does anyone know why the images will not show up in IE correctly?
>
> AFAIK IE doesn't recognize <img> tags with inline source. No wonder you only
> see it working in Firefox (and probabily Opera, too).
>
Thanks for your reply.
Do you know of any work arounds?
Navigation:
[Reply to this message]
|