-
Notifications
You must be signed in to change notification settings - Fork 78
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
Cannot be used for AJAX form submission in IE7/8, as relies on forEach #2
Comments
It should work on IE 8 since IE 8/9 does not support Array.forEach method. |
Does this plugin work for files in IE 9 below? Very confusing to read the issues. |
IE < 10 does't support the Fileapi. Would be difficult. http://caniuse.com/#search=fileapi |
Doesn't the readme show a file being uploaded with this command? and FormData is supported in 10 and up, right? I was under the impression that this was a shim for FormData for legacy browsers? (Thank you for your quick response, btw) |
I'm a bit of a situation where I need to implement a shim for FormData in a legacy project for file uploads (already built for every other browser). Can this help? |
As per title. I fixed this for my own use (although files still don't work obviously) and figured I should post it. Simplified the formatting a little as well.
The text was updated successfully, but these errors were encountered: