header("Content-Type: application/zip");
Wenn ich einen Download starte erhalte ich vom Mozilla einen Dialog in dem steht
nimm doch sowas:
header("Content-Type: x-type/subtype");
header("Content-Disposition: attachment; filename="".$filename.""");
Das klappt bei mir mit allen Browsern, auch mit Phoenix
Dennis