emencia / cmsplugin-blocks

A set of DjangoCMS plugins for structured contents in CMS pages
https://cmspluginblocks.readthedocs.io/
MIT License
2 stars 0 forks source link

Mass upload ZIP file limit #3

Closed sveetch closed 6 years ago

sveetch commented 6 years ago

Currently there is no limit on ZIP file upload from mass upload field, only the webserver can limit this with the appropriate option.

But big ZIP file involves big memory usage since image are processed in memory too until object has been saved.

Mass upload field should implement a file size limit (defined from settings) to ensure it does not make to much memory usage without to level down webserver request limit for other ressources.