RE: [PHP-WIN] connection: close header

2004-08-13 Thread Gryffyn, Trevor
connections.php#8.1.2.1 Good luck! -TG > -Original Message----- > From: d c [mailto:[EMAIL PROTECTED] > Sent: Friday, August 13, 2004 2:08 PM > To: [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] connection: close header > > > The page is for uploading files. The client

Re: [PHP-WIN] connection: close header

2004-08-13 Thread Justin Patrin
rieving all the data or something? > > A little more detail might help solve this one. > > -TG > > > -Original Message- > > From: Justin Patrin [mailto:[EMAIL PROTECTED] > > Sent: Thursday, August 12, 2004 5:45 PM > > To: Gryffyn, Trevor > &g

RE: [PHP-WIN] connection: close header

2004-08-13 Thread d c
(again, maybe this isn't the right question to solve this problem) and what's the PHP page doing that the ASP doesn't. Is it not retrieving all the data or something? A little more detail might help solve this one. -TG > -Original Message- > From: Justin Patrin [

RE: [PHP-WIN] connection: close header

2004-08-13 Thread Gryffyn, Trevor
or something? A little more detail might help solve this one. -TG > -Original Message- > From: Justin Patrin [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 12, 2004 5:45 PM > To: Gryffyn, Trevor > Cc: [EMAIL PROTECTED]; d c > Subject: Re: [PHP-WIN] connection: close h

Re: [PHP-WIN] connection: close header

2004-08-13 Thread d c
It works correctly on Apache, but we need support for iis too. Unfortunately, I cannot change the client app. IIS is set up the same way as it was for the asp pages that work. Justin Patrin <[EMAIL PROTECTED]> wrote:On Thu, 12 Aug 2004 15:38:02 -0400, Gryffyn, Trevor wrote: > Just tossing out m

Re: [PHP-WIN] connection: close header

2004-08-12 Thread Justin Patrin
On Thu, 12 Aug 2004 15:38:02 -0400, Gryffyn, Trevor <[EMAIL PROTECTED]> wrote: > Just tossing out my 2cents.. Maybe there's a way or a reason, but HTTP > connections are, by their nature, connectionless. They send the data > and close the connection. I'm not sure why you'd want to keep a > persi

RE: [PHP-WIN] connection: close header

2004-08-12 Thread Gryffyn, Trevor
Just tossing out my 2cents.. Maybe there's a way or a reason, but HTTP connections are, by their nature, connectionless. They send the data and close the connection. I'm not sure why you'd want to keep a persistant connection to a specific page. There are "Keep Alive" codes you can send that ma