Stuff
This commit is contained in:
parent
0578d5e3af
commit
b1d176ba91
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
$('#filer_input').filer({
|
$('#filer_input').filer({
|
||||||
addMore: true,
|
addMore: true,
|
||||||
showThumbs: true,
|
showThumbs: true,
|
||||||
fileMaxSize: 10,
|
fileMaxSize: 60,
|
||||||
uploadFile: {
|
uploadFile: {
|
||||||
url: null, //URL to which the request is sent {String}
|
url: null, //URL to which the request is sent {String}
|
||||||
data: null, //Data to be sent to the server {Object}
|
data: null, //Data to be sent to the server {Object}
|
||||||
|
|
Loading…
Reference in a new issue