1
0
Fork 0

Use a more reasonable max filesize.

This commit is contained in:
Andrew Tomaka 2011-11-02 15:23:38 -04:00
parent f4d271afb2
commit 97f2c5de65
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ $(function(){
paramname:'image',
maxfiles: 5,
maxfilesize: 10,
maxfilesize: 2,
url: 'upload.php',
uploadFinished:function(i,file,response){