RE: [PHP-WIN] base64 encoded images and printing

2007-03-06 Thread Bill Bolte
9:23 AM To: Bill Bolte Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] base64 encoded images and printing Can you provide a URL so I can see if I can print it from my browsers? Can you confirm that filesize is definitely producing a result?

Re: [PHP-WIN] base64 encoded images and printing

2007-03-06 Thread Kevin Smith
te *Cc:* php-windows@lists.php.net *Subject:* Re: [PHP-WIN] base64 encoded images and printing Can you provide a URL so I can see if I can print it from my browsers? Can you confirm that filesize is definitely producing a result? Bill Bolte wrote: I've put this on my fetch.php unlink('im

Re: [PHP-WIN] base64 encoded images and printing

2007-03-06 Thread Kevin Smith
Am I doing the filesize correctly? -Original Message- From: Kevin Smith [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 4:40 PM To: Bill Bolte Cc: php-windows@lists.php.net Subject: Re: [PHP-WIN] base64 encoded images and printing Hi Bill, This is what I've used for the

RE: [PHP-WIN] base64 encoded images and printing

2007-03-06 Thread Bill Bolte
file('image/'.$_GET['id']); > unlink('image/'.$_GET['id']); > ?> > > anyone have any other ideas to try? > __ > > -Original Message- > From: Bill Bolte [mailto:[EMAIL PROTECTED] > Sent: Monday, March 05, 2007 9:

Re: [PHP-WIN] base64 encoded images and printing

2007-03-05 Thread bedul
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Tuesday, March 06, 2007 5:40 AM Subject: Re: [PHP-WIN] base64 encoded images and printing -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] base64 encoded images and printing

2007-03-05 Thread Kevin Smith
tch.php is thus, read file and delete: anyone have any other ideas to try? __ -Original Message- From: Bill Bolte [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 9:29 AM To: php-windows@lists.php.net Subject: [PHP-WIN] base64 encoded images and printing in a nutsh

RE: [PHP-WIN] base64 encoded images and printing

2007-03-05 Thread Bill Bolte
lte [mailto:[EMAIL PROTECTED] Sent: Monday, March 05, 2007 9:29 AM To: php-windows@lists.php.net Subject: [PHP-WIN] base64 encoded images and printing in a nutshell, i'm displaying a base64 encoded image (that is being parsed from a remote xml file) in the browser doing a simple header output:

[PHP-WIN] base64 encoded images and printing

2007-03-05 Thread Bill Bolte
in a nutshell, i'm displaying a base64 encoded image (that is being parsed from a remote xml file) in the browser doing a simple header output: it will print fine with Firefox but nothing in IE (just a box with an x in the corner). didn't realize that IE wouldn't print these. am i stuck with hav