I`m trying to upload a file via angular-file-upload and on IE9 it falls back to legacy upload via flash.
The steps to reproduce this are:
- Press the file input to upload file
- Select file and press open
- IE9 completely breaks with an error of "Internet Explorer has stopped working" and it restarts.
The way I am uploading the file is via a $watch on the file input so basically the upload should start automatically after selecting the file.
Has anyone encountered this? Thanks.