ant-design/ant-design

Upload component - enable sending multiple files in one XHR request

Open

#8 579 ouverte le 12 déc. 2017

Voir sur GitHub
 (24 commentaires) (4 réactions) (0 assignés)TypeScript (98 031 stars) (54 612 forks)batch import
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.

Guide contributeur