Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Events don't get triggered #26

Closed
TweeZz opened this issue Apr 6, 2018 · 2 comments
Closed

Events don't get triggered #26

TweeZz opened this issue Apr 6, 2018 · 2 comments

Comments

@TweeZz
Copy link

TweeZz commented Apr 6, 2018

Hi,

I'm figuring out which file upload library to use in my project. I bumped into yours and am giving it a try.
For unknown reason, events don't seem to be triggered.

What am I doing wrong?

https://jsfiddle.net/6j2h8trL/7/

@rikschennink
Copy link
Collaborator

@TweeZz Thanks for considering FilePond!

FilePond replaces the <input type="file"/>, you'll have to listen on the pond.element ( or one of its parents ) for events.

The FilePond:loaded event has already fired by the time you start listening for it. :-)

@TweeZz
Copy link
Author

TweeZz commented Apr 6, 2018

Alright. That actually makes sense :)
Dank je wel ;)

@TweeZz TweeZz closed this as completed Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants