Skip to content
Snippets Groups Projects

WIP: Upload issues

Merged Carsten Fortmann-Grote requested to merge upload_issues into master
Compare and Show latest version
2 files
+ 4
7
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
3
@@ -4,11 +4,11 @@ import os
class Config(object):
SECRET_KEY = 'meq348vyojdc9p42micniorq93eakg'
# Flask-Dropzone config:
DROPZONE_MAX_FILE_SIZE = 1000
DROPZONE_MAX_FILES = 1000
DROPZONE_MAX_FILE_SIZE = 100000
DROPZONE_MAX_FILES = 10000
DROPZONE_ENABLE_CSRF = True # enable CSRF protection
DROPZONE_UPLOAD_MULTIPLE = True
DROPZONE_PARALLEL_UPLOADS = 10000
DROPZONE_PARALLEL_UPLOADS = 50000
DROPZONE_ALLOWED_FILE_CUSTOM = True
DROPZONE_TIMEOUT = 3600000
DROPZONE_ALLOWED_FILE_TYPE = '.faa, .fa, .fasta, .fas, .fasta, .fna, .fn, .nwk'
\ No newline at end of file
Loading