-
Notifications
You must be signed in to change notification settings - Fork 43
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
addFile() method not working #8
Comments
Please see docs: https://pqina.nl/filepond/docs/patterns/frameworks/jquery/ $('.my-pond').filepond('addFile', 'my-file.jpeg').then(function(file){
console.log('file added', file);
}); |
What should i pass in the place of index.html? |
The file you want to add. Either a File Object, URL, or dataURI. |
I've renamed the file in the example snippet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I am trying to use the addFile method to add image dynamically using jquery. I am getting addFile is not function error. How can i solve this?
Thanks in advance
The text was updated successfully, but these errors were encountered: