I have an Excel Add-In file I'm publishing on an intranet (plain ol' HTTP download, not an attachment in Sharepoint, etc.).
With IE 7, the user click the link and selects "Save", only to have the file renamed from "myaddin.xla" to "myaddin.xls". Firefox and Chrome work fine.
Since they are trying to overwrite an existing file in the Library folder and these are not sophisticated users, this issue is complicating my life.
Is there anything I can do on the server (MIME type change, etc.) to force IE7 to leave the extension as-is?