From b1d176ba91dc412e6733b85cb0a4080fe798e1cf Mon Sep 17 00:00:00 2001 From: Kekskurse Date: Sun, 17 Jan 2021 04:12:45 +0100 Subject: [PATCH] Stuff --- resources/views/gallery/upload.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/gallery/upload.blade.php b/resources/views/gallery/upload.blade.php index c3b5cbc..ce737b2 100644 --- a/resources/views/gallery/upload.blade.php +++ b/resources/views/gallery/upload.blade.php @@ -25,7 +25,7 @@ $('#filer_input').filer({ addMore: true, showThumbs: true, - fileMaxSize: 10, + fileMaxSize: 60, uploadFile: { url: null, //URL to which the request is sent {String} data: null, //Data to be sent to the server {Object}