Monday, May 20, 2024
55
rated 0 times [  61] [ 6]  / answers: 1 / hits: 24183  / 13 Years ago, fri, july 15, 2011, 12:00:00

I've just watched the mozilla File API file reading as



new FileReader();


etc. and I must ask is there something like that for IE?


More From » internet-explorer

 Answers
73

Yes, you can use ActiveX' FileSystemObject. However, an confirmation box is shown to the user everytime he runs the code. Some users might not trust you and could choose not to run the ActiveX control.
Also, please note that some users also use non-IE browsers which don't support FileReader (Safari, older versions of Firefox and so on). By adding ActiveX, you still won't have 100% support for file-related APIs.


[#91165] Thursday, July 14, 2011, 13 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
lailab

Total Points: 706
Total Questions: 102
Total Answers: 95

Location: Falkland Islands
Member since Mon, Jul 13, 2020
4 Years ago
;