Increases the max upload file size [TODO MONEY]

This commit is contained in:
2017-06-03 01:05:26 +02:00
parent 226790c1df
commit 975d320d4d

View File

@ -99,7 +99,7 @@
initQuill();
Dropzone.options.postfiles= {
maxFilesize: 2, // MB
maxFilesize: 20, // MB TODO: let sell it.
autoProcessQueue: true,
accept: function(file, done) {
if (file.name == "justinbieber.jpg") {