Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Upload] 文件数组上传不支持 #4188

Open
yu1337 opened this issue May 13, 2024 · 3 comments
Open

[Upload] 文件数组上传不支持 #4188

yu1337 opened this issue May 13, 2024 · 3 comments
Labels
need reproduce need to reproduce this issue with sandbox or code

Comments

@yu1337
Copy link

yu1337 commented May 13, 2024

tdesign-vue-next 版本

重现链接

No response

重现步骤

formatRequest: (data) => {
let files = data.file
return {
files: Array.isArray(files) ? files : [files]
}
},

期望结果

No response

实际结果

No response

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

Snipaste_2024-05-13_10-27-02

Copy link
Contributor

👋 @yu1337,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@uyarn uyarn added the need reproduce need to reproduce this issue with sandbox or code label May 22, 2024
Copy link
Contributor

你好 @yu1337, 我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过点击 此处 创建一个 codesandbox 或者提供一个最小化的 GitHub 仓库。请确保选择准确的版本。

@uyarn
Copy link
Collaborator

uyarn commented May 22, 2024

提供的信息太少了 麻烦给个复现的例子或者参考 https://tdesign.tencent.com/vue-next/components/upload#%E6%89%B9%E9%87%8F%E4%B8%8A%E4%BC%A0%E6%96%87%E4%BB%B6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need reproduce need to reproduce this issue with sandbox or code
Projects
None yet
Development

No branches or pull requests

2 participants