danialfarid / ng-file-upload

Lightweight Angular directive to upload files with optional FileAPI shim for cross browser support
MIT License
7.87k stars 1.6k forks source link

Unable to get value of the property 'add': object is null or undefined (on IE9) #1974

Open DigitalMystery opened 7 years ago

DigitalMystery commented 7 years ago

In the file API shim I am throwing this error on line 198:

Unable to get value of the property 'add': object is null or undefined

I am loading the shim.j and upload.js I also have the FileAPI.min.js and FileAPI.falsh.swf in the same folder

Am I missing a piece of information? Works fine on all other browsers so far.

AngularJS v1.5.8 ng-file-upload 12.2.13