Re: [PHP] Stream download problem

2006-06-22 Thread Richard Lynch
On Tue, June 20, 2006 7:32 pm, Michael Satterwhite wrote: > I have a site that generates a file to be streamed down. The relevant > code is: > -- > header("Content-type: application/vnd.ms-excel"); > header("Content-disposition: attachment; fi

RE: [PHP] Stream download problem

2006-06-21 Thread Kristen G. Thorson
> -Original Message- > From: Michael Satterwhite [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 21, 2006 12:11 PM > To: Kristen G. Thorson > Subject: Re: [PHP] Stream download problem > > Kristen G. Thorson wrote: > >>-Original Message- > &g

RE: [PHP] Stream download problem

2006-06-21 Thread Kristen G. Thorson
> -Original Message- > From: Michael Satterwhite [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 20, 2006 8:32 PM > To: PHP Users > Subject: [PHP] Stream download problem > > I have a site that generates a file to be streamed down. T

Re: [PHP] Stream download problem

2006-06-21 Thread Jochem Maas
Michael Satterwhite wrote: > Jochem Maas wrote: >> Michael Satterwhite wrote: >> >>> Prathaban Mookiah wrote: >>> Micheal, I ran into this problem too. A easy workaround is to right click and choose 'save as' which worked for me. >>> >>> I wish that would work. The URL is along

Re: [PHP] Stream download problem

2006-06-21 Thread chris smith
On 6/21/06, Michael Satterwhite <[EMAIL PROTECTED]> wrote: Jochem Maas wrote: > Michael Satterwhite wrote: > >>Prathaban Mookiah wrote: >> >>>Micheal, >>> >>>I ran into this problem too. A easy workaround is to right click and >>>choose 'save as' which worked for me. >> >>I wish that would work.

Re: [PHP] Stream download problem

2006-06-21 Thread Michael Satterwhite
Jochem Maas wrote: Michael Satterwhite wrote: Prathaban Mookiah wrote: Micheal, I ran into this problem too. A easy workaround is to right click and choose 'save as' which worked for me. I wish that would work. The URL is along the lines of is possible for you to change the way the URL

Re: [PHP] Stream download problem

2006-06-21 Thread Jochem Maas
Michael Satterwhite wrote: > Prathaban Mookiah wrote: >> Micheal, >> >> I ran into this problem too. A easy workaround is to right click and >> choose 'save as' which worked for me. > > I wish that would work. The URL is along the lines of > http://support. >> microsoft.com/default.aspx/kb/279667

Re: [PHP] Stream download problem

2006-06-20 Thread Michael Satterwhite
Prathaban Mookiah wrote: Micheal, I ran into this problem too. A easy workaround is to right click and choose 'save as' which worked for me. I wish that would work. The URL is along the lines of For complete information on this you want to have a look at http://support. microsoft.com/defau

Re: [PHP] Stream download problem

2006-06-20 Thread Prathaban Mookiah
al Message --- From: Michael Satterwhite <[EMAIL PROTECTED]> To: PHP Users Sent: Tue, 20 Jun 2006 19:32:17 -0500 Subject: [PHP] Stream download problem > I have a site that generates a file to be streamed down. The > relevant code is: > ---

Re: [PHP] Stream download problem

2006-06-20 Thread Prathaban Mookiah
- From: Michael Satterwhite <[EMAIL PROTECTED]> To: PHP Users Sent: Tue, 20 Jun 2006 19:32:17 -0500 Subject: [PHP] Stream download problem > I have a site that generates a file to be streamed down. The > relevant code is: >

[PHP] Stream download problem

2006-06-20 Thread Michael Satterwhite
I have a site that generates a file to be streamed down. The relevant code is: -- header("Content-type: application/vnd.ms-excel"); header("Content-disposition: attachment; filename=$EXPORT_TIME.txt"); header("Content-disposition: attachment