I am trying to create an ActiveXObject
(to use FieSystemObject
) but it's only supported in IE.
Is there a way I can make it work in Chrome or FF? I need to read all the files in a specific given folder, and list those.
Well, is there another way to do it?
Inside Internet options, go to the Advanced tab and uncheck the boxes associated with Disable script debugging (Internet Explorer) and Disable script debugging (Other). Hit the Appy button to save the changes and reload the web page that was previously showing the ActiveXObject is not defined error.
ActiveX is supported by Chrome. Chrome check parameters defined in : control panel/Internet option/Security .
ActiveXObject is non-standard and only supported by Internet Explorer on Windows. There is no native cross browser way to write to the file system without using plugins, even the draft File API gives read only access.
ActiveX is only supported by IE - the other browsers use a plugin architecture called NPAPI. However, there's a cross-browser plugin framework called Firebreath that you might find useful.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With