The FileReader object allows web applications to read asynchronously the contents of the files (or pure data buffers) of the user's computer. The following supported browsers are:
Firefox (Gecko) - 3.6 (1.9.2)
Chrome - 7
Internet Explorer - 10
Opera - 12.02
Safari - 6.0.2
I'm developing an import where I read a file and convert it into base64 so that IE10 works perfectly, I need the same solution for IE9.