diff --git a/frappe/handler.py b/frappe/handler.py index cee6d3fbde..9d42875ab7 100644 --- a/frappe/handler.py +++ b/frappe/handler.py @@ -32,6 +32,8 @@ ALLOWED_MIMETYPES = ( "application/vnd.oasis.opendocument.text", "application/vnd.oasis.opendocument.spreadsheet", "text/plain", + "video/quicktime", + "video/mp4", )