Increases the max upload file size [TODO MONEY]
This commit is contained in:
@ -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") {
|
||||
|
Reference in New Issue
Block a user