POST form error fix

* increases threshold for max upload memory size from 2.5MB to 5MB
pull/309/head
mpeltriaux 2 years ago
parent e2b0120f93
commit 457244d11b

@ -20,6 +20,8 @@ from konova.sub_settings.table_settings import *
from konova.sub_settings.lanis_settings import *
from konova.sub_settings.wfs_parcel_settings import *
# Max upload size for POST forms
DATA_UPLOAD_MAX_MEMORY_SIZE = 5242880
# ALLOWED FILE UPLOAD DEFINITIONS
# Default: Upload into upper folder of code

Loading…
Cancel
Save