diff --git a/frappe/handler.py b/frappe/handler.py index 42b233f446..4ef8fb91dd 100644 --- a/frappe/handler.py +++ b/frappe/handler.py @@ -36,6 +36,7 @@ ALLOWED_MIMETYPES = ( "text/plain", "video/quicktime", "video/mp4", + "text/csv", )