Is there a change in FF8 for filenames in UTF-8 sended as attachment
I send files with non-ASCII-Characters in their filename to the browser.
I use Content-Disposition: attachment; filename*="utf-8''myfilename".
This worked well for FF7 and below.
In FF8 the filename is ignored (Linux and Windows).
Is this a bug? Is there a better way to solve this?
この投稿は cor-el により
選ばれた解決策
A good place to ask advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.
See http://forums.mozillazine.org/viewforum.php?f=25
この回答をすべて読む 👍 1すべての返信 (2)
選ばれた解決策
A good place to ask advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.
The handling of the content-dispositon has changed in version 8 to be more compliant with the RFCs.
https://developer.mozilla.org/en/Firefox_8_for_developers#Network