pekebyte/pekeUpload

All radios are hooked

Opened this issue · 1 comments

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

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!.