pqina / vue-filepond

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

[Feature] #226

Closed khizarshaikh closed 2 years ago

khizarshaikh commented 2 years ago

Is there an existing issue for this?

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

I am using vue 3 and have added the vue file pond to my project. The problem i am facing is on drag and drop of a file i am not able to get the added file.

Describe the solution you'd like

I want some method to get called on successful addition of file. Like we get onError event on the occurrence of error. As i need the file to be send to server on some button clicked.

Describe alternatives you've considered

May be en event call on successful addition of file

rikschennink commented 2 years ago

You can use v-on:addfile="handleFilePondAddFile"