Quote:
Originally Posted by Schorsch
Hi Cano2,
I installed the optional feature, but it doesn't work correctly, it always downloads a file called "private.php" (look at the attachment).
I use Windows 2000 and MS Internet Explorer 5.5
what's wrong and how can I get this working ?
thanks,
Schorsch
|
Same for me.
It works fine in Mozilla. There it will save with the correct name, pnbackup_13-02-2004.html.
But if I click on the backup button from IE under XP, it just want to save it as "private" (with the correct contents, I might add, just the wrong filename).
Any fix for this?
Edit: Just to make a follow up on my own post. If you edit the template "privbackup_header" and change the following:
PHP Code:
header("Content-type: unknown/unknown");
to:
PHP Code:
header("Content-type: text/html");
IE will at least create the correct extension to the file. Otherwise you have to do it yourself.
Might this have something to do with this bug?
http://support.microsoft.com/default...;EN-US;Q279667