Mailinglisten-Archive |
hallo
Seit Umstellung auf SSL funktioniert der Download nicht mehr.
ich mache einen Dateidownload gemäss
http://www.koehntopp.de/php/faq-open_exec.html#open_exec-4
ungefähr so:
header("Content-Type: application/octet-stream");
header("Content-Disposition: attachment; filename=\"".$download."\"");
readfile($filename);
Das funktionierte auch ganz gut bis wir den Server auf SSL umgestellt
haben.
Jetzt kommt IE5.5(PC) mit einer Warnung("file not found") und bricht den
Download ab.
Auf Mac (IE5, NS4.x) und PC(NS) läuft alles immer noch.
Kennt jemand einen Workaround ?
Chris
php::bar PHP Wiki - Listenarchive