You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
horaceho
changed the title
Is there an event for all files [Feature]
Is there an event for all files processed (with or without error) [Feature]
Feb 15, 2022
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
As stated #27 (comment)
@progressfile
(a file finished uploaded without error)@progressfiles
(all files finished without error)Is there a event for:
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 theerror
param indicates any error in the process.Describe alternatives you've considered
...
The text was updated successfully, but these errors were encountered: