FileReader
FileReader copied to clipboard
IE 8 Issue
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.
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?
In the same situation here, have you guys found any workaround?
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.
Yeah unfortunately the client demands IE9, but thanks for the reply anyway. Cheers