Skip to content

How to get a list of files after all are added and a user is satisfied with them? #41

@randomnonsense

Description

@randomnonsense

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:

  1. A user uploads a few files. Then deletes some. Then uploads some more, etc.
  2. When they are satisfied with the result, the files can be now processed further, in PHP.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions