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

All radios are hooked #17

Open
unicweb opened this issue Dec 18, 2015 · 1 comment
Open

All radios are hooked #17

unicweb opened this issue Dec 18, 2015 · 1 comment

Comments

@unicweb
Copy link

unicweb commented Dec 18, 2015

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
Copy link
Owner

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

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