diff --git a/frappe/handler.py b/frappe/handler.py index 30ebe30c9d..0a25f329c7 100644 --- a/frappe/handler.py +++ b/frappe/handler.py @@ -33,6 +33,8 @@ ALLOWED_MIMETYPES = ( "application/vnd.oasis.opendocument.text", "application/vnd.oasis.opendocument.spreadsheet", "text/plain", + "video/quicktime", + "video/mp4", )