ngFileReader icon indicating copy to clipboard operation
ngFileReader copied to clipboard

Issue on IE9

Open Capellaro opened this issue 10 years ago • 2 comments

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=""> 

Capellaro avatar Oct 23 '14 07:10 Capellaro

Hi, AlexCapi!

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

<script src="../vendor/jquery.FileReader.js"></script>

SparrowJang avatar Oct 23 '14 13:10 SparrowJang

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)

jimmywarting avatar May 18 '21 19:05 jimmywarting