From 806dbcf49a654809cad3b456c7382ac04f17bf2e Mon Sep 17 00:00:00 2001 From: Li Jianxuan Date: Mon, 7 Nov 2011 08:09:19 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B0=86uploadify=E6=8E=A7=E4=BB=B6=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E6=94=AF=E6=8C=81=E5=A4=9A=E9=99=84=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/default/views/scripts/review/review.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/default/views/scripts/review/review.phtml b/application/default/views/scripts/review/review.phtml index d209b266..f9fb50db 100755 --- a/application/default/views/scripts/review/review.phtml +++ b/application/default/views/scripts/review/review.phtml @@ -192,7 +192,7 @@ $(document).ready(function() { 'script' : '/service/upload', 'cancelImg' : '/static/js/uploadify/cancel.png', 'folder' : '/uploads', - 'multi' : false, + 'multi' : true, 'auto' : false, 'displayData' : 'speed', 'buttonImg' : '/static/js/uploadify/selectfile.gif',