adonespitogo / angular-base64-upload

Converts files from file input into base64 encoded models.
283 stars 121 forks source link

undefined is not constructor $window.FileReader() in Safari on Windows #76

Open innaDavis opened 8 years ago

innaDavis commented 8 years ago

Thanks for your library. I ran into issue in Safari on Windows. When file is being uploaded it errors out saying 'undefined' is not constructor {evaluating 'new $window.FileReader()'}. Any ideas? Thanks

adonespitogo commented 8 years ago

Your browser does not support File API. This library only works with File API enabled browsers. No workaround currently.

innaDavis commented 8 years ago

Thanks for quick response!