From c51a07c4e90f7cf4e10bb1d46c0dd2bf2ebcc3eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9D=A4=20rose=20shimada?= Date: Mon, 3 Oct 2016 10:56:59 -0400 Subject: [PATCH] Adding xlsm to supported mime types (#1054) Most of Excel family is there except for macro-capable xls in Office 2007. Tested and working to enable .xlsm file upload. --- system/config/media.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system/config/media.yaml b/system/config/media.yaml index 6f572c519..f33e1ea45 100644 --- a/system/config/media.yaml +++ b/system/config/media.yaml @@ -114,6 +114,9 @@ types: xlm: type: file mime: application/vnd.ms-excel + xlsm: + type: file + mime: application/vnd.ms-excel xld: type: file mime: application/vnd.ms-excel