Uppy Control不允许批量上传

问题描述

这是我配置Uppy批量文件上传的方式

export function configureDashboard(uppy: Uppy.Uppy,props: Props) {
const opts: any = {
id: ${props.id}DashBoard,target: #${props.id}.uppy-container .uppy-dashboard,showProgressDetails: true,closeModalOnClickOutside: true,inline: true,hideUploadButton: true,hideRetryButton: true,hidePauseResumeButton: true,hideCancelButton: true,width: props.width,height: props.height,allowMultipleUploads: true
};
if (props.dialogInitiatorSelector != null) opts.trigger = props.dialogInitiatorSelector;
uppy.use(Dashboard,opts);
}

一个文件成功上传。第二个文件开始上传,进度条卡住了。

enter image description here

我需要在用户拖放时将文件上传到服务器。此外,仪表板还必须显示所有上传的控件,直到刷新页面为止。

在这里不见了。高度赞赏任何投入

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)