Code:
$file = "foo.txt"
header(Content-disposition: attachment; filename='.$file);
Is working just fine in IE 6.0, but in Mozilla 1.4a I'm being asked what I want to do with foo.txt.html, anyone know what's going on here? Is it just a bug in the alpha version, or is there something else I should know? Haven't tested this completely, but am also having the same response with .exe files.
Thanks,
Rob