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
It success get the file size correctly. But I can't get the metadata because process of filepond is not being called. You can try the code for make sure
Hope someone helps. Thanks
Environment
- Broser: Firefox, Chrome
- Vue version: Vue version 2.6
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Have you updated Vue FilePond, FilePond, and all plugins?
Describe the bug
My module has add form and edit form. In the edit form, it will show uploaded files
But my problem is each file displays same file size on all files
Reproduction
https://codesandbox.io/s/vue-filepond-live-demo-forked-tt1u1s
The displayed data was fetched from an API and sent using
metadata
to the filepondprocess
and it worked. But the file size for all files is the sameIf I uncomment this script :
It success get the file size correctly. But I can't get the
metadata
becauseprocess
of filepond is not being called. You can try the code for make sureHope someone helps. Thanks
Environment
The text was updated successfully, but these errors were encountered: