The upload component in iview uploads multiple files and triggers only one on-success event.

use upload component, set mutiple mode, set on-success and on-progress and monitor its callback
1, click the upload file button
2, select multiple files and upload
3, detect file upload and callback when successful

The

file can be uploaded to the server normally, and the server upload API returns 200 ok, correctly, but the front-end component only receives one on-success callback and handles it correctly. Although other tasks are successful, you can see in the fileList of the callback, percentage=100, but showProgress is always true,file.response and does not exist. A callback should be triggered after each file is uploaded successfully

the official issue of iview is as follows: https://github.com/iview/ivie.

could you tell me how to solve the problem?

Mar.03,2021
Is the

problem solved? I have the same problem

Menu