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?
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
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
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:
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
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
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:
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