I have an application where user click on icon and a file get downloaded. The extension of the file is:
txt.htm.xls
I have set the preference:
profile.setPreference("browser.helperApps.neverAsk.saveToDisk",
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;");
but this is not working as it seems to be incorrect MIME type.