diff --git a/files/helpers/images.py b/files/helpers/images.py index 2dd94fea6..b5fd3ac1c 100644 --- a/files/helpers/images.py +++ b/files/helpers/images.py @@ -75,6 +75,7 @@ class UploadException(Exception): pass + def upload_video(file): file_path = path.join("temp", secure_filename(file.filename))