Merge pull request #595 from tuub/DS-1994

Adds configuration property for DS-1994.
This commit is contained in:
Pascal-Nicolas Becker
2014-08-06 18:45:05 +02:00

View File

@@ -830,6 +830,11 @@ webui.submit.blocktheses = false
# Defaults to true; If set to 'false', submitter has option to skip upload
#webui.submit.upload.required = true
# If the browser supports it, JSPUI uses html5 File API to enhance file upload.
# If this property is set to false the enhanced file upload is not used even
# if the browser would support it.
#webui.submit.upload.html5 = true
# Whether or not to use the 'advanced' form of the access step.
# Defaults to false, ie the simple form is used.
#webui.submission.restrictstep.enableAdvancedForm = false