From e50e0402136fcbe5c7c8f39611b9658f592e9e3d Mon Sep 17 00:00:00 2001 From: taniachoquecondori Date: Mon, 15 Sep 2025 14:22:13 -0400 Subject: [PATCH] FOUR-26361: Allow upload text/plain mime type for CSV files. --- config/files.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/files.php b/config/files.php index 33dad27d84..8e81083adb 100644 --- a/config/files.php +++ b/config/files.php @@ -56,7 +56,7 @@ 'ppt' => ['application/vnd.ms-powerpoint'], 'pptx' => ['application/vnd.openxmlformats-officedocument.presentationml.presentation'], 'txt' => ['text/plain'], - 'csv' => ['text/csv', 'application/csv'], + 'csv' => ['text/csv', 'application/csv', 'text/plain'], // Audio 'jpg' => ['image/jpeg'],