Upload upload problem antd

Upload when multiple is set to true, you can upload multiple files. For example, if you select 10 files to upload together, you will find that the number of requests is 10, and if I want a pop-up window to indicate whether the upload is successful or not, it will pop up 10 times. This is a bit of a pit. How can I request the interface only once?

Mar.10,2022

beforeUpload returns false to upload manually.


I also encountered this problem. How did the landlord solve it?

Menu