diff --git a/classquiz/routers/storage.py b/classquiz/routers/storage.py index e20bd02..6f8918a 100644 --- a/classquiz/routers/storage.py +++ b/classquiz/routers/storage.py @@ -137,6 +137,7 @@ async def upload_file( deleted_at=None, alt_text=None, ) + print("File Size:", request.headers.get("Content-Length")) await storage.upload( file_name=file_id.hex, file_data=file.file,