Help with maxFilesize in dropzone.js

If you’re familiar with dropzonejs maybe you can help me.
The drop zone upload script I’ve installed uploads files successfully.
I just want to change the max file size of the upload.
It’s default appears to be 256. I changed
maxFilesize: from 256 to 20, in /dist/dropzone.js

and then proceeded to test by uploading a 25MB file,
which uploaded successfully, so, it appears that the maxFilesize still isn’t limiting the upload file size to 20MB ?

Any suggestions will be welcomed.

Thanks I’ve resolved this

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.