How to set the mime type of a download?
I have:
When I download a ".doc", or ".xls" file, it works fine , and the browser recognizes the download as a Word/Excel file, but with ".docx" or ".xlsx" files, it tries to open the downloads with notepad. How can I change this? Must I explicitely set the mime types somewhere ?
I am using SmartGWT 3.0p EE, and Firefox 13
I have:
Code:
DataSource.get( "dokumente" ).downloadFile( listGrid.getSelectedRecord(), "f_datei", null );
I am using SmartGWT 3.0p EE, and Firefox 13
Comment