Bug Description
The DS 7 documentation (https://wiki.lyrasis.org/display/DSDOC7x/Submission+User+Interface) contains a description of the (backend) configuration option upload.max
maxSize: Optionally, you can specify a maximum size of file accepted by this UploadConfiguration. If unspecified, default is to use "upload.max" in dspace.cfg/local.cfg, or have no maximum.
We've included upload.max = 2000 (assuming that the value has to be given in bytes) in local.cfg. The submission configuration (access-conditions.xml as well as item-submission.xml) does not contain maxSize.
The DS frontend does not prevent the upload of a 10 MB file via the upload step in the submission form. Furthermore, the DS backend does not validate the size of the incoming file.
Bug Description
The DS 7 documentation (https://wiki.lyrasis.org/display/DSDOC7x/Submission+User+Interface) contains a description of the (backend) configuration option
upload.maxWe've included
upload.max = 2000(assuming that the value has to be given in bytes) inlocal.cfg. The submission configuration (access-conditions.xmlas well asitem-submission.xml) does not containmaxSize.The DS frontend does not prevent the upload of a 10 MB file via the upload step in the submission form. Furthermore, the DS backend does not validate the size of the incoming file.