OK, that's it.  The session_start() is the issue.  Unfortunately, the
"&img=x.jpg" didn't help.

Now I've got to figure out some sorta security without using sessions.

Thanks, for at least pointing me in the right direction.  Now if we could
figure out why this would be happening, that would be great.

Bob

----- Original Message ----- 
From: "Toby Irmer" <[EMAIL PROTECTED]>
To: "Larry Brown" <[EMAIL PROTECTED]>; "Bob Eldred"
<[EMAIL PROTECTED]>; "PHP List" <[EMAIL PROTECTED]>
Sent: Saturday, January 17, 2004 2:11 PM
Subject: Re: [PHP] Image Header Issues


> I have the same problem. Strange: I have a session_start(); before the
> header... if I take that out, the image will download as a JPG... so maybe
> if you find a way to do things in this script without starting the session
> first...
>
> toby
>
>
> ----- Original Message -----
> From: "Larry Brown" <[EMAIL PROTECTED]>
> To: "Bob Eldred" <[EMAIL PROTECTED]>; "PHP List"
> <[EMAIL PROTECTED]>
> Sent: Saturday, January 17, 2004 6:32 PM
> Subject: RE: [PHP] Image Header Issues
>
>
> > try adding showpicture.php?pid=111384&img=x.jpg to the end even though
you
> > aren't using that variable, IE may see that the type is jpg here.  I
have
> > this same problem/workaround in place right now for a script that
wouldn't
> > work with IE without it for downloading pdf. (pdf was generated on the
> fly)
> >
> > -----Original Message-----
> > From: Bob Eldred [mailto:[EMAIL PROTECTED]
> > Sent: Saturday, January 17, 2004 12:00 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [PHP] Image Header Issues
> >
> >
> > Again, it is *not* that known issue.  That's the very first thing I
> checked.
> > If that were the issue, jpgs from other sources would also not save
> > properly.  But they do, as I've stated several times.
> >
> > Thanks, though.
> >
> > Bob
> >
> > ----- Original Message -----
> > From: "Brian V Bonini" <[EMAIL PROTECTED]>
> > To: "Bob Eldred" <[EMAIL PROTECTED]>
> > Cc: "PHP Lists" <[EMAIL PROTECTED]>
> > Sent: Saturday, January 17, 2004 7:28 AM
> > Subject: Re: [PHP] Image Header Issues
> >
> > This is a known issue with IE. And it is in their knowledge base. If I
> > recall the fix is to clear the cache, cookies, and broken/corrupt
> > objects.
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to