~~~: header: application/octet-stream

Beitrag lesen

Hallo,

header("Content-Type: application/octet-stream");
header("Content-Disposition: attachment; filename=$newname[0].zip");

header("Content-Type: application/octet-stream");
 header("Content-Disposition: attachment; filename="$n"");

Das gefällt dem IE auch. ;)