-
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
Internet explorer #85
Comments
switched to the old version (before jquery fileupload) and it works! How can I debug it.. because I can't figure it out. |
+1 |
1 similar comment
+1 |
+1 |
I think I know the problem, its the missing iframe plugin. Ill try to create an fix. |
@advany GREAT! Thanks man! |
Little busy, btw an easy fix is: meteor remove yogiben:autoform-file |
We can not have http://www.w3.org/TR/html5/forms.html#the-button-element:
Fix is to replace button with span (tested in chrome & firefox) Anybody can use code like this:
And use
|
When i use this bugfix i get the following error: TypeError: $(...).fileupload is not a function When i use a not Custom Button, Fileupload Dialog is not opened after clicking the Button. |
i also don't get a working version have somebody find out more? |
I created simple page for testing upload button: http://oa-testupload.meteor.com You can reproduce this page with instructions from: https://github.com/isbjorn/test-upload |
@isbjorn Thanks!!!!! Its working! |
In both internet explorer and firefox, no file dialogue is triggered. Here is an example:
http://islamagenda.nl/events/create
Use a very simple implementation (and no error)
The text was updated successfully, but these errors were encountered: