From 97f2c5de655bb2a0ea6d4adce754cc815362422d Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Wed, 2 Nov 2011 15:23:38 -0400 Subject: [PATCH] Use a more reasonable max filesize. --- js/upload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/upload.js b/js/upload.js index c0a8cc6..fa11a0a 100644 --- a/js/upload.js +++ b/js/upload.js @@ -7,7 +7,7 @@ $(function(){ paramname:'image', maxfiles: 5, - maxfilesize: 10, + maxfilesize: 2, url: 'upload.php', uploadFinished:function(i,file,response){