Re: [PHP] Re: Simple Example of Passing on a file through a PHP script

2002-07-03 Thread Terence Kearns
I have had "inconsistency" issues when outputing diffrent content-types to IE. It seems to cache the type for a articular file somewhere and deleting temporary files in the usaer agent is no good. I have to shut-down all instances of IE then re-launch it for it to behave like it is supposed to _co

Re: [PHP] Re: Simple Example of Passing on a file through a PHP script

2002-07-03 Thread JJ Harrison
It sort of works now. Here is my script so far: The problem is that with excel files it asks me if I want to download twice. Also it opens in excel not IE. Sometimes PDFs open in IE sometimes the don't. What is wrong? Also would I be better of collecting my stats then using a header to re-di

Re: [PHP] Re: Simple Example of Passing on a file through a PHP script

2002-07-03 Thread Jason Wong
On Thursday 04 July 2002 10:46, JJ Harrison wrote: > I can output the file using readfile(). But the problem is that it appears > to output the data in it's raw form. How can I get it to open in the right > application? You _do_ want it to output the data in it's raw form. However it is your re