Increases the max upload file size [TODO MONEY]
This commit is contained in:
parent
a94227dffd
commit
fe9d04466e
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…
Add table
Add a link
Reference in a new issue