Upload - list of upload files in other place?

Hey,

Is there a possibility to show upload files in other place like in attachment?

18396527.png

You could add a finished listener with addAllFinishedListener. In that listener you can copy the files and display your own UI for the newly added files.

Don’t forget to reset the upload component afterwards, though.