0

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

1
  • Maybe you've a version issue? Commented Mar 7, 2014 at 18:05

1 Answer 1

0

If you don't have this flag, try adding it to your HTA:

 <meta http-equiv="X-UA-Compatible" content="IE=10">

If other things fail, you can drop back to the windows API to read/write files:

Javascript in html write to file

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.