From f11a3101cf1974997d6cb54705a8a43f41c95d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=81=E5=91=A8=E9=83=A8=E8=90=BD?= Date: Sat, 19 Jun 2021 22:51:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=94=B9=E4=B8=BA=E5=8D=95=E7=BA=BF=E7=A8=8B?= =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0=E5=90=8E?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E6=B7=B7=E4=B9=B1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upload/static/js/webuploader.js | 1 + 1 file changed, 1 insertion(+) diff --git a/upload/static/js/webuploader.js b/upload/static/js/webuploader.js index 29567ba16..a4146cdd4 100644 --- a/upload/static/js/webuploader.js +++ b/upload/static/js/webuploader.js @@ -259,6 +259,7 @@ SWFUpload.prototype.initSettings = function (userSettings) { server: this.settings.upload_url, pick: '#' + this.settings.button_placeholder_id, compress: false, + threads: 1, accept: { title: this.settings.file_types_description, extensions: exts, -- Gitee