LearnCodeWeb/Dropzone-with-PHP-Image-Resizer

image upload max size

Gossage566 opened this issue · 2 comments

The project is very helpful thanx. I am trying to increase the maximum image upload size from the project default that is 2 MB to 5mb.when I try to increase it it displays an error.plz help

Just change the value of the below line in index.php
maxFilesize: 2, // MB
TO
maxFilesize: 5, // MB