Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Mozilla Oddity

Status
Not open for further replies.

skiflyer

Programmer
Joined
Sep 24, 2002
Messages
2,213
Location
US
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
 
check the mime settings in mozilla. Then if the settings don't match the desired effect post a bug on the mozilla site! :)

Gary Haran
==========================
 
did you send a text/plain header before that ?
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top