-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
IFrame to upload files, Safari Error #11
Comments
Same error here, it seems that only affects WebKit browsers. |
I get the same with firefox jQuery(this).data("form-plugin-onload") is not a function |
This commit fixes it for me: http://github.com/secelis/form/commit/0a056f168d0c8feab434d1d2022e3657da46ad99 |
Set the data before adding the iframe to the DOM. A patch:
|
confirmed ovi's patch Though he is using a slightly different version than the the current, you may need to apply manually to Lines 264-265 (version: 2.43 (12-MAR-2010)) |
This seems to be fixed in the latest form plugin. Close plz, Mike? |
I believe this is fixed. |
This seems to work fine in firefox, I get an error in Chrome:
And an error in Safari it's a bit more detailed:
My Form:
My JS
The text was updated successfully, but these errors were encountered: