pqina / vue-filepond

🔌 A handy FilePond adapter component for Vue
https://pqina.nl/filepond
MIT License
1.92k stars 128 forks source link

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

Open horaceho opened 2 years ago

horaceho commented 2 years ago

Is there an existing issue for this?

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

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

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

...

rikschennink commented 2 years ago

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

sawirricardo commented 1 year ago

any update on this?