Upload uploads pictures to the front end for display in element-ui

the front end uses the upload component of element to upload images, select the images and display them at the front end, and then upload them together when you click to submit, similar to the last example given on the official website
upload manually . Now the question is how to trigger the method after selecting an image? Methods such as on-success,before-upload given in
documents are triggered when uploading files, so how do you trigger the method after each selection?


on-change

Menu