0👍
You can use the file-list
data field, which holds the default uploaded files.
Here is the doc:
http://element.eleme.io/#/en-US/component/upload
Js Fiddle example:
https://jsfiddle.net/h634yrf5/
Check the console log when you add new file in the attached example and you will notice the list of files.
Source:stackexchange.com