Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 9th, 2006, 07:43 AM
Registered User
 
Join Date: Mar 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default base64_encode() to encode image data

using base64_encode() to encode image data and finally output to browser using "data" scheme of IMG src:

<?
// ...
echo '<img src="data:image/png;base64,'.$encoded.' ">';
?>

Netscape browser supports this... However, Windows' Internet Explorer does not.
I need solution for Internet Explorer.
Please help me

vibin
 
Old March 9th, 2006, 11:27 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 249
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hello Vivinkrish
I had the same problem and it was hard to find any information on this.

I know you need php, but if you can't find anything, which I hope someone does post a solution here. But if you can run a ASP script I have a function to turn the file into an actual tif, gif or pdf format.

mike





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Encode image to base64? OniShirox Javascript How-To 4 July 5th, 2007 03:10 AM
How can I encode the stream?HELP! HandSomeLi All Other Wrox Books 0 March 9th, 2004 06:21 AM
need help on auto encode rachelwong ASP.NET 1.0 and 1.1 Basics 1 December 11th, 2003 12:37 AM
encode alihussein3 Javascript 1 October 28th, 2003 05:21 AM
URL Encode ashwin_f16 VBScript 0 September 18th, 2003 01:14 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.