=== modified file 'local/vn/dhis-service-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/ExcelContentTypeMap.java' --- local/vn/dhis-service-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/ExcelContentTypeMap.java 2011-03-25 09:11:30 +0000 +++ local/vn/dhis-service-excel-reporting/src/main/java/org/hisp/dhis/reportexcel/ExcelContentTypeMap.java 2011-05-17 08:52:25 +0000 @@ -51,6 +51,7 @@ xlsContentTypes.add( APPLICATION + "xls" ); xlsContentTypes.add( APPLICATION + "vnd.ms-excel" ); + xlsContentTypes.add( APPLICATION + "octet-stream" ); contentTypes.put( "xls", xlsContentTypes ); === modified file 'local/vn/dhis-web-excel-reporting/src/main/resources/struts.xml' --- local/vn/dhis-web-excel-reporting/src/main/resources/struts.xml 2011-05-16 09:05:22 +0000 +++ local/vn/dhis-web-excel-reporting/src/main/resources/struts.xml 2011-05-17 08:52:25 +0000 @@ -1041,8 +1041,7 @@ 220 ../dhis-web-commons/ouwt/ouwt.js, javascript/export.js, - javascript/imports.js, - javascript/ajaxfileupload.js + javascript/imports.js style/style.css === modified file 'local/vn/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/importDataParams.vm' --- local/vn/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/importDataParams.vm 2011-05-11 08:13:37 +0000 +++ local/vn/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/importDataParams.vm 2011-05-17 08:52:25 +0000 @@ -13,7 +13,7 @@ $i18n.getString( 'select_excel_file' ) - + @@ -34,9 +34,9 @@ -
+
-

+

- + + \ No newline at end of file === removed file 'local/vn/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/ajaxfileupload.js' --- local/vn/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/ajaxfileupload.js 2010-02-25 09:05:59 +0000 +++ local/vn/dhis-web-excel-reporting/src/main/webapp/dhis-web-excel-reporting/javascript/ajaxfileupload.js 1970-01-01 00:00:00 +0000 @@ -1,201 +0,0 @@ - -jQuery.extend({ - - - createUploadIframe: function(id, uri) - { - //create frame - var frameId = 'jUploadFrame' + id; - - if(window.ActiveXObject) { - var io = document.createElement('