Resolve "Misleading error message upon oversized file upload"
Closes #30 (closed)
Added client size validation to check the total size of the uploaded files.
Currently, the limit is stored in the REACT_APP_UPLOAD_MAX_FILESIZE environmental variable. I think this can be refactored later, if the server publishes the maximum upload size alongside the version information and the enabled services. backend-core#15 (closed)
Edited by Péter Kaszab