Re: [PHP] Re: force download in IE -- conclusion

2001-08-23 Thread Tom Rogers
Hi This is the way I force save prompt on .html files .maybe useful (only tested on ie) looks wierd but it works :) ? if(isset($filename)): $headertxt = Content-Disposition: attachment; filename=\.$filename.\; header(Content-Type: application/force-download);header($headertxt);

Re: [PHP] Re: force download in IE -- conclusion

2001-08-23 Thread Tim Frank
a download. Hope that helps too. Tim Frank Original Message On 22/08/01, 5:47:26 PM, [EMAIL PROTECTED] (Pierre-Yves) wrote regarding Re: [PHP] Re: force download in IE -- conclusion: I worked on a script like yours for a looong time now! I need to force the download of various type

[PHP] Re: force download in IE -- conclusion

2001-08-22 Thread David Minor
I ran some tests of different header configurations of 6 browser/platform combinations to find out what worked and what didn't. I didn't cover all of the platforms available, just those that my user-base uses, so this isn't complete. combinations tested was IE5.5, NN4, NN6 for Windows 98 and

Re: [PHP] Re: force download in IE -- conclusion

2001-08-22 Thread pierre-yves
, August 22, 2001 4:10 PM Subject: [PHP] Re: force download in IE -- conclusion I ran some tests of different header configurations of 6 browser/platform combinations to find out what worked and what didn't. I didn't cover all of the platforms available, just those that my user-base uses, so

Re: [PHP] Re: force download in IE -- conclusion

2001-08-22 Thread Elias Santiago
-- From: David Minor [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 22, 2001 4:10 PM Subject: [PHP] Re: force download in IE -- conclusion I ran some tests of different header configurations of 6 browser/platform combinations to find out what worked and what didn't. I didn