From 3a27df77cc5d9ecf0ab4a7acb64740eb06fa6db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Mon, 11 Sep 2023 09:53:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20upload=20=E7=94=A8?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/upload.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/upload.html b/examples/upload.html index 8f2fe6bf..16dabb27 100644 --- a/examples/upload.html +++ b/examples/upload.html @@ -191,10 +191,10 @@ layui.use(['upload', 'element'], function(){ url: 'https://httpbin.org/post', accept: 'file', multiple: true, - number: 3, + number: 5, auto: false, bindAction: '#testListAction', - size: 30, + // size: 30, choose: function(obj){ var files = this.files = obj.pushFile(); // 将每次选择的文件追加到文件队列 //读取本地文件