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

IE 8 Issue #52

Open
joanrm20 opened this issue Feb 13, 2014 · 4 comments
Open

IE 8 Issue #52

joanrm20 opened this issue Feb 13, 2014 · 4 comments

Comments

@joanrm20
Copy link

On IE 8 e.target.files is undefined, I think is because the .files attribute does not exists.
What should I use instead to get the file(size,name,bynarydata?)?

Thank you.

@homeloan
Copy link

Same in IE9 -> Unable to get value of the property '0': object is null or undefined

I don't think this shim works do you?

@cyeong
Copy link

cyeong commented Jun 25, 2014

In the same situation here, have you guys found any workaround?

@1DMF
Copy link

1DMF commented Jun 25, 2014

No, in the end I have given up with polyfills/shims , even when I got the FileReader to work in IE9, the XHR Level 2 polyfill didn't work, so I couldn't submit the form using FormData & Progress event.

In the end I went for the watershed solution, which has made things a whole lot easier but might not be viable for your user base.

@cyeong
Copy link

cyeong commented Jun 25, 2014

Yeah unfortunately the client demands IE9, but thanks for the reply anyway. Cheers

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

4 participants