-
Notifications
You must be signed in to change notification settings - Fork 101
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
Not working on Firefox #104
Comments
Hi @rpesciotta @yogiben Any fix for this yet ? |
I experience the same problem. I'm new to all of this github packages pull jazz. How can I help to fix this? |
Have the same problem, no click action for FF |
same here, not working in ff and ie, only chrome |
Same here:
|
As an aside, we migrated to a different file upload solution called Meteor FileCollection. FileCollection also uses GridFS, and the UI can be configured with drag-and-drop support. |
A year has passed, and still no fix. Is this package abandoned? |
Hi everyone, recently I used this module and found the similar problem. After some research I think I know what is happening. Why it's not working in firefox or IE? References:
My proposed solution
I wanted to give a fix to this problem and I would like to have suggestion from @yogiben Thank you! |
Hi,
I got a form working perfectly, testing on Chrome.
But if I open the same page/form with Firefox, the "Choose file" button does not trigger any action, that is, I don't see the dialog for selecting a file.
I switched to firefox debugger, and I see when I click on the referred button, this piece of code is called in jQuery.js:
And apparently, it's always returning undefined in firefox.
Is this a known issue? Am I missing something?
The text was updated successfully, but these errors were encountered: