pekebyte / pekeUpload

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

Saw a bug #33

Open bingsizi opened 7 years ago

bingsizi commented 7 years ago
            pekeUpload.obj.on('change', function() {
                pekeUpload.checkFile(pekeUpload.obj[0].files[0]);
            });
            //$(document).on("change", this.obj.selector, function() {
            //    pekeUpload.checkFile(pekeUpload.obj[0].files[0]);
            //});

on "change" event listening on document

Also, delete a file, add again, can't change to listening