file_upload_size_limit
60 sites
No security coverage
By just enabling this module the file size of each file upload will be validated in the browser before it is uploaded to the server.
Features:
- validate the file size in the browser before the files have been uploaded to the server
- control the size for multi-file upload - e.g. if there is a small connection timeout configured it makes sense to limit the total size of the files to be uploaded.
For this multi-file upload limit there are three option provided:
1) the total size limit should match the size configured of an individual file
2) the total size limit is configured via module setting
3) there is no limit on the total size (default behavior)