Use a more reasonable max filesize.
This commit is contained in:
parent
f4d271afb2
commit
97f2c5de65
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ $(function(){
|
||||||
paramname:'image',
|
paramname:'image',
|
||||||
|
|
||||||
maxfiles: 5,
|
maxfiles: 5,
|
||||||
maxfilesize: 10,
|
maxfilesize: 2,
|
||||||
url: 'upload.php',
|
url: 'upload.php',
|
||||||
|
|
||||||
uploadFinished:function(i,file,response){
|
uploadFinished:function(i,file,response){
|
||||||
|
|
Loading…
Reference in a new issue