From ffe8cddefb1b2cbb6a96b134ed4351e5175f4b16 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Tue, 13 Sep 2011 08:21:26 +0000 Subject: [PATCH] // fix ajax fileuploader error with duplicate positions --- js/fileuploader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/fileuploader.js b/js/fileuploader.js index 5684ddd7e..4c9475128 100755 --- a/js/fileuploader.js +++ b/js/fileuploader.js @@ -270,7 +270,7 @@ qq.FileUploaderBasic = function(o){ params: {}, button: null, multiple: true, - maxConnections: 3, + maxConnections: 1, // validation allowedExtensions: [], sizeLimit: 0,