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

Error with multpile inputs #42

Open
sekmenhuseyin opened this issue Apr 19, 2019 · 1 comment
Open

Error with multpile inputs #42

sekmenhuseyin opened this issue Apr 19, 2019 · 1 comment

Comments

@sekmenhuseyin
Copy link

File Details:

`


<script> $("#file1").pekeUpload({ limit: 1, onSubmit: true }); $("#file2").pekeUpload({ limit: 1, onSubmit: true }); $("#file3").pekeUpload({ limit: 1, onSubmit: true }); </script>

`

I want to select one file for each input. After selecting all files I want to upload all files manually.
When i select 2nd or 3rd inputs I get limit error for the 1st and 2nd.

@xacffm
Copy link

xacffm commented Nov 20, 2019

I solved problem with different classes and same name!

$(".ff1").pekeUpload({ ... });
$(".ff2").pekeUpload({ ... });

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