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
I'm trying to call a function when all files are uploaded to the server, the onprocessfiles looks what I need and it works as I want when there are no items loaded from files property. But if I'm instead editing (have files property populated with filepaths and local type), then when I'm adding new items, the onprocessfiles are not triggered.
Reproduction
Use jQuery version of the library and try to call onprocessfiles when there are already populated files property.
Environment
- Device: PC
- OS: Windows 11
- Browser: Chromium
The text was updated successfully, but these errors were encountered:
I'm running into this issue but my issue is that status says 9 which is processing. I'm using React. Im not sure how after to know when all files are done processing. I can check individual files but then I need to track every state for every file when really I just want the files from setFiles. Since setFiles is setting the file object itself I lose the ability to check the status.
How can I be notified when all files are processed and have a reference to the FilePondFile rather than raw files so I can check the status?
Is there an existing issue for this?
Have you updated FilePond and its plugins?
Describe the bug
I'm trying to call a function when all files are uploaded to the server, the onprocessfiles looks what I need and it works as I want when there are no items loaded from files property. But if I'm instead editing (have files property populated with filepaths and local type), then when I'm adding new items, the onprocessfiles are not triggered.
Reproduction
Use jQuery version of the library and try to call onprocessfiles when there are already populated files property.
Environment
The text was updated successfully, but these errors were encountered: