DEV Community

Discussion on: How to upload files with Vue and FilePond

Collapse
 
ltroya profile image
Luis Troya • Edited

Thanks for sharing your knowledge. I was trying it, I like how easy it is to use.

I have a question, is there a listener or event to get the uploaded file? I am using it with Vue.

Collapse
 
rikschennink profile image
Rik Schennink

Glad to hear that :)

You can use the onprocessfile callback.

Collapse
 
ltroya profile image
Luis Troya

That's all I need, thanks you so much!