The File () constructor is not supported in IE and Safari. Caniuse
Is there a good solution for this in Angular / JavaScript?
var file = new File(byteArrays, tempfilename, { type: contentType });
Can I create the file in other ways that is supported by IE Safari?
javascript angularjs
Delete me
source share