ant-design/ant-design
Voir sur GitHubUpload component - enable sending multiple files in one XHR request
Open
#8 579 ouverte le 12 déc. 2017
InactiveIssueHuntFesthelp wanted💡 Feature Request
Description
What problem does this feature solve?
Simplifies back-end implementation when in need to process multiple files at the same time; and when files need to be processed in one transaction without the need for the front-end to have the link to the uploaded files.
What does the proposed API look like?
It can be similar or the same as jQuery-File-Upload singleFileUploads option when the multiple option is enabled on the Upload component.