ngFileReader
ngFileReader copied to clipboard
Issue on IE9
Hi !
I have got the following error when I use your lib, following exactly your installation steps :
TypeError: Object doesn't support property or method 'fileReader'<div style="position: relative;" class="ng-isolate-scope" multiple="" debug-mode="true" filereader="../vendor/filereader.swf" read-method="readMethod" on-readed="onReaded( event, file )" ng-file-reader="">
Hi, AlexCapi!
You need include jquery.FileReader.js
when your browser is not support html5.
<script src="../vendor/jquery.FileReader.js"></script>
IE9-11 is dead! Close this issue now!
(FileReader is also dead/discouraged - thanks to its new read methods - should deprecate/archive this repo also)