This commit is contained in:
Kekskurse 2021-01-17 04:12:45 +01:00
parent 0578d5e3af
commit b1d176ba91
1 changed files with 1 additions and 1 deletions

View File

@ -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}