SparrowJang / ngFileReader

This is file reader component on angular.
MIT License
25 stars 8 forks source link

Issue on IE9 #1

Open Capellaro opened 9 years ago

Capellaro commented 9 years ago

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=""> 
SparrowJang commented 9 years ago

Hi, AlexCapi!

You need include jquery.FileReader.js when your browser is not support html5.

<script src="../vendor/jquery.FileReader.js"></script>
jimmywarting commented 3 years ago

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)