javascript - File Object in IE 10 -
javascript - File Object in IE 10 -
i trying utilize html input type=file
element , files using document.getelementbyid("..").files
, working fine in chrome , firefox not in ie 10. i've gone through alot of blogs , suggest ie 10 onwards back upwards file object not working me in either ie 10 or ie 11. can please help me out this.
code:
html: <input type="file" id="fuattachment" name="fuattachment" class="mof-strip-file" style="width:68%;" />
javascript: var inputfile = document.getelementbyid("fuattachment").files[0]; –
thank help. turns out activex content filtering needed turned off in net options > security. first add together website trusted site , select "custom level" , select disable under activex filtering.
javascript jquery html5 internet-explorer-10
Comments
Post a Comment