Increases the max upload file size [TODO MONEY]

main
Paul Schneider 9 years ago
parent 226790c1df
commit 975d320d4d
1 changed files with 1 additions and 1 deletions

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

Loading…