I'm using jQuery File Upload UI : https://github.com/blueimp/jQuery-File-Upload/
I'm trying to set a max upload file size depending on the file extension. If the file is a video, set maxFileSize: 250Mb else set maxFileSize: 100Mb.
It's easy to set a general maxfilesize, but is it possible to make it more granular ?
Thank you all !