1
The Filereader object allows web applications to asymptotically read the contents of the files (or pure data buffers) of the user’s computer. The following supported browser are:
Firefox (Gecko) - 3.6 (1.9.2)
Chrome - 7
Internet Explorer - 10
Opera - 12.02
Safari - 6.0.2
I am developing an import where I read a file and turn it into Base64 that to IE10 works perfectly, need the same solution for IE9.
Did any of the answers solve your problem?
– Guilherme Nascimento