pekebyte / pekeUpload

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

All radios are hooked #17

Open unicweb opened 8 years ago

unicweb commented 8 years ago

Hello,

handlebuttonevents binds all radio on change so if you have a form with radios and click one you fire upload. In my case I switched to:

        handlebuttonevents: function() {
            $('input[type=file]').on("change", function() {
                pekeUpload.checkFile(pekeUpload.obj[0].files[0]);
            });
        }

But it should be proper handled.

Thank you for your component and support!

All the best, Lucian

pekebyte commented 7 years ago

Hi,

Thanks for using pekeUpload, I'm deeply sorry for answering too late (almost 2 years late). I actually tought that no one used this jQuery plugin. On #27 this issue seems to be fixed. If you happen to use this plugin again, please update to the latest version.

Thanks!.