Skip to content

Issue on IE9 #1

@Capellaro

Description

@Capellaro

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

Activity

SparrowJang

SparrowJang commented on Oct 23, 2014

@SparrowJang
Owner

Hi, AlexCapi!

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

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

jimmywarting commented on May 18, 2021

@jimmywarting

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @SparrowJang@jimmywarting@Capellaro

        Issue actions

          Issue on IE9 · Issue #1 · SparrowJang/ngFileReader