form submit - IE access denied - same domain

前端 未结 5 1064
深忆病人
深忆病人 2020-12-17 15:35
SCRIPT5: Access denied 
jquery.min.js, line 3 char 3769

I\'m getting this error by simple form submit only in IE

 $(\"#icon_upl\").         


        
5条回答
  •  长情又很酷
    2020-12-17 15:57

    It seems to be impossible

    1. You cannot read the "value" of the element as it holds the filename.
    2. You can't fire up the file selection menu via JS.
    3. You can't fire submit of the file uploader control via JS.

    from getting access is denied error on IE8

提交回复
热议问题