issues
search
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
Basic image file validation from mass upload
#4
Closed
sveetch
closed
6 years ago
sveetch
commented
6 years ago
Currently image from mass upload are only validated from PIL but:
PIL can accept image type like bmp or other non web types;
File extension is a good basic filter to avoid requesting PIL for validation (and so less memory usage);
Currently image from mass upload are only validated from PIL but: