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}