Bill Van Pelt
Results
2
comments of
Bill Van Pelt
Also e.target.files is not an object in IE9. How would I get the file in IE9?
Here is how I got it to work. This is currently working on IE9 and Safari 5. Hope it helps. /***************************************************************************************/ reader = new FileReader(); // Hack for IE. IE9...