From 975d320d4d648b71f85c9fff2d87aa7378492fdb Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 3 Jun 2017 01:05:26 +0200 Subject: [PATCH] Increases the max upload file size [TODO MONEY] --- Yavsc/Views/Blogspot/Edit.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Yavsc/Views/Blogspot/Edit.cshtml b/Yavsc/Views/Blogspot/Edit.cshtml index 14847aff..5881a5dc 100644 --- a/Yavsc/Views/Blogspot/Edit.cshtml +++ b/Yavsc/Views/Blogspot/Edit.cshtml @@ -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") {