This is a bit of an abstract concept. I'd need to get a list of all files which are successfully uploaded, but not dynamically, i.e. not right after they are completed i.e. not using fileSuccess event.
Context:
- A user uploads a few files. Then deletes some. Then uploads some more, etc.
- When they are satisfied with the result, the files can be now processed further, in PHP.
- The user clicks on a "ready" button and PHP automagically receives a list of files registered with ng-flow,
i.e. those visible in the 'completed' table, e.g. one featured in https://github.com/flowjs/ng-flow/blob/master/samples/basic/index.html and listed by <tr ng-repeat="file in $flow.files">
I am versed with PHP, and only green with Javascript. Any help and possibly a sample code (what to add to app.js) would be very welcome. Many thanks.