Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shim for FileReader() in IE 9 [closed]

Is there a shim for FileReader in IE 9?

var reader = new FileReader();
like image 751
DGT Avatar asked Jun 18 '12 19:06

DGT


1 Answers

This polyfill uses Flash to provide access to the filesystem on browsers that don't support the File APIs (IE and Safari), but does not support drag-n-drop.

This one uses Silverlight to allow drag-n-drop.

like image 200
josh3736 Avatar answered Sep 21 '22 05:09

josh3736