We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to react to processed files (like the FilePond:processfiles), but the hook is not triggered when some files are in error:
FilePond:processfiles
filepond/src/js/app/actions.js
Lines 829 to 835 in 4f1c4c2
2 solutions:
processfiles
processfileserror
/
The text was updated successfully, but these errors were encountered:
Can you determine this state by listening to the error event ?
error
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
I'd like to react to processed files (like the
FilePond:processfiles
), but the hook is not triggered when some files are in error:filepond/src/js/app/actions.js
Lines 829 to 835 in 4f1c4c2
Describe the solution you'd like
2 solutions:
processfiles
(breaking change) by triggering it when there are files in errorprocessfileserror
triggered when all files are processed and ignoring files in errorDescribe alternatives you've considered
/
The text was updated successfully, but these errors were encountered: