Thimo
3
Hi @phan.personal!
You could actually already do this as all the files have the “fileUploadComplete” status. So you can filter the list on "fileUploadComplete = no":count is 0 (you might also need to add a conditional to check if the file uploader is empty or not) to know if all files are done uploading.
Added an example to the demo page for you: Better Multi File Uploader
However, I am not sure if the logic you are describing would be the best UX as often with multi-file-uploaders users first upload for example 3 files and after that 2 more files. So in most cases you want to have a button the user can click to trigger the logic to process the uploaded files 