Skip to content

Commit

Permalink
added images to file types
Browse files Browse the repository at this point in the history
  • Loading branch information
George Burton committed Sep 11, 2024
1 parent 4d76116 commit 323df2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions django_app/redbox_app/redbox_core/views/document_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
".tsv",
".xlsx",
".htm",
".bmp",
".jpeg",
".png",
]
MAX_FILE_SIZE = 209715200 # 200 MB or 200 * 1024 * 1024

Expand Down

0 comments on commit 323df2b

Please sign in to comment.