Skip to content

Commit 2ba27a6

Browse files
authored
Merge pull request #8519 from ProcessMaker/bugfix/FOUR-26361
FOUR-26361: Allow upload text/plain mime type for CSV files.
2 parents 3b88f79 + e50e040 commit 2ba27a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
'ppt' => ['application/vnd.ms-powerpoint'],
5757
'pptx' => ['application/vnd.openxmlformats-officedocument.presentationml.presentation'],
5858
'txt' => ['text/plain'],
59-
'csv' => ['text/csv', 'application/csv'],
59+
'csv' => ['text/csv', 'application/csv', 'text/plain'],
6060

6161
// Audio
6262
'jpg' => ['image/jpeg'],

0 commit comments

Comments
 (0)