vue-filepond icon indicating copy to clipboard operation
vue-filepond copied to clipboard

Is there an event for all files processed (with or without error) [Feature]

Open horaceho opened this issue 3 years ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Is your feature request related to a problem? Please describe.

As stated https://github.com/pqina/vue-filepond/issues/27#issuecomment-552114397

  • onprogressfile -> @progressfile (a file finished uploaded without error)
  • onprogressfiles -> @progressfiles (all files finished without error) Is there a event for:
  • all files finished with error?

Describe the solution you'd like

I'd like to receive a notification when filepond has finished handling any file drag into it, no matter there is error or not. For to add an error parameter in @progressfiles. Such that @progressfiles is always fired, and the error param indicates any error in the process.

        handleProcessedFiles(error) {
             if (error) {
               // something wrong ...
             }
        }

Describe alternatives you've considered

...

horaceho avatar Feb 15 '22 06:02 horaceho

There is not, I'll leave this open as a feature request.

rikschennink avatar Feb 21 '22 06:02 rikschennink

any update on this?

sawirricardo avatar Sep 08 '22 19:09 sawirricardo