[PHP] Re: Microsoft Bug come back to haunt?

2002-06-26 Thread Philip Hallstrom
I've had luck making the url look something like... http://server/path/to/dl.php?filename=filename.tar or http://server/path/to/dl.php/filename.tar (works with apache) The latter seems to work better for me. On Wed, 26 Jun 2002, Francis wrote: Ok I posted a mail a couple of days ago

[PHP] Re: Microsoft Bug come back to haunt?

2002-06-26 Thread Francis
But when you save the file it keeps the filename so in my example if: $filename = newfile.xls; then if you click the save button ie saves it as newfile.xls but if you click open excel or word etc trys to open it was newfile.xls[1] and just cant find the cached file. Philip Hallstrom [EMAIL