Re: [PHP] Re: IE download problem

2003-11-27 Thread Curt Zirzow
* Thus wrote pete M ([EMAIL PROTECTED]): thsi si a nighmare area. and loast days on same problem Its a nightmare area cause so many things can go wrong with your script. This works for me.. hope it does for you $file = $_GET['file']; $path = '/www/cgi-bin/docu/personal/'.$file; very

[PHP] Re: IE download problem

2003-11-26 Thread pete M
thsi si a nighmare area. and loast days on same problem This works for me.. hope it does for you $file = $_GET['file']; $path = '/www/cgi-bin/docu/personal/'.$file; //force download dialog header(Content-type: application/octet-stream\n); header(Content-disposition:

RE: [PHP] Re: IE download problem

2003-11-26 Thread Luis Lebron
I tried your code. I'm still getting the same errors. thanks, Luis -Original Message- From: pete M [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 10:52 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: IE download problem thsi si a nighmare area. and loast days on same

RE: [PHP] Re: IE download problem

2003-11-26 Thread Vail, Warren
download problem I tried your code. I'm still getting the same errors. thanks, Luis -Original Message- From: pete M [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 10:52 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: IE download problem thsi si a nighmare area. and loast

Re: [PHP] Re: IE download problem

2003-11-26 Thread Bogdan Stancescu
- From: Luis Lebron [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 8:54 AM To: 'pete M'; [EMAIL PROTECTED] Subject: RE: [PHP] Re: IE download problem I tried your code. I'm still getting the same errors. thanks, Luis -Original Message- From: pete M [mailto:[EMAIL PROTECTED

RE: [PHP] Re: IE download problem

2003-11-26 Thread Luis Lebron
- From: Bogdan Stancescu [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 11:14 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: IE download problem I was thinking the same. But until we can squeeze some information about the actual error from Luis, I think we're stuck. Bogdan

Re: [PHP] Re: IE download problem

2003-11-26 Thread Bogdan Stancescu
: Wednesday, November 26, 2003 11:14 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: IE download problem I was thinking the same. But until we can squeeze some information about the actual error from Luis, I think we're stuck. Bogdan Warren Vail wrote: Could the problem be the associations stored

RE: [PHP] Re: IE download problem

2003-11-26 Thread Luis Lebron
:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 11:14 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: IE download problem I was thinking the same. But until we can squeeze some information about the actual error from Luis, I think we're stuck. Bogdan Warren Vail wrote: Could

Re: [PHP] Re: IE download problem

2003-11-26 Thread Bogdan Stancescu
and still had the same problem. I did get rid of the newline for the test code. Luis -Original Message- From: Bogdan Stancescu [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 26, 2003 11:28 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: IE download problem Oh, so you're actively trying

RE: [PHP] Re: IE download problem

2003-11-26 Thread Vail, Warren
9:26 AM To: 'Bogdan Stancescu'; [EMAIL PROTECTED] Subject: RE: [PHP] Re: IE download problem I tried sending the correct mime type and still had the same problem. I did get rid of the newline for the test code. Luis -Original Message- From: Bogdan Stancescu [mailto:[EMAIL PROTECTED] Sent

Re: [PHP] Re: IE download problem

2003-11-26 Thread CPT John W. Holmes
From: Luis Lebron [EMAIL PROTECTED] Internet Explorer cannot download...?sender=171filename=.jpg from somedomain.com. Internet Explorer was not able to open this Internet site. The requested site is either unavailable or cannot be found. Please try again later. Are you using sessions?