when we support batch uploading of images, the order of the files sent back may be different because of the size of the images and the problem of the network. I would like to ask how to ensure that the order in which the final upload is successful is the same as when I selected it. My initial idea is to concatenate the address in the on-success hook function through fileList, but in practice, it is found that on-success will be executed every time it is uploaded successfully. For example, when I try to upload 3 images in batch, one of them will be successfully uploaded, and he will execute it once. But at this time, I can"t get the address in response. If I take the address in fileList directly, there is likely to be a problem that the picture was not uploaded successfully but was spliced. It is also possible to rewrite its upload using http-request, but maybe some of the limit,priview reconstructed before will fail, and I don"t quite know how to use http-request. I"m not sure this will solve my current problem
.