Does anyone know if HTAs support FileReader() when IE10 or IE11 are installed?
Example: var reader = new FileReader();
I'm getting "Object doesn't support this action" but FileReader() is supported on IE10 and IE11, so shouldn't it be available on HTAs too?
Thanks,
Mario