Chrisj Posted November 17, 2017 Share Posted November 17, 2017 JavaScript 22h If you're familiar with dropzonejs maybe you can help me. The dropzone 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. Quote Link to comment https://forums.phpfreaks.com/topic/305685-help-with-maxfilesize-in-dropzonejs/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.