-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
[Feature Request] multiple files upload only with one request #8052
Comments
Translation of this issue: Existing Componentyes Component NameUpload DescriptionNow the upload component, front-end can select multiple files, but is actually separate each file upload several files, will have several requests, I would like to ask whether multiple files using only a request to list to upload files as disposable. |
可以使用 |
@Leopoldthecoder |
那可能需要 hack 一下,这样拿到选择的文件:https://jsfiddle.net/nqor0ghm/ ,然后自定义上传逻辑。 |
@Leopoldthecoder 好的,谢谢。 |
@wdnlwzd 是否可以共享一下时如何实现的? |
@381510688 我是在拿到文件后,通过 axios 上传的。 |
@wdnlwzd 嗯嗯,了解了,多谢~~
|
Existing Component
是
Component Name
upload
Description
现在的 upload 组件,前端可以选择多文件,但实际上是每个文件分开上传的,几个文件就会产生几个请求,请问是否可以多个文件只使用一个请求把多文件作为 list 来一次性上传。
The text was updated successfully, but these errors were encountered: