pekebyte / pekeUpload

jQuery html5 file uploader plugin
http://pekebyte.github.io/pekeUpload
Other
82 stars 73 forks source link

Error with multpile inputs #42

Open sekmenhuseyin opened 5 years ago

sekmenhuseyin commented 5 years ago

File Details:

`

`

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 commented 4 years ago

I solved problem with different classes and same name!

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