ie javascript form submit with file input

后端 未结 8 529
-上瘾入骨i
-上瘾入骨i 2020-12-02 17:35

I have a html form, with a custom file upload field. And by that I mean that I have moved the actual file field beyond the borders of the page with css, that I have a custom

8条回答
  •  攒了一身酷
    2020-12-02 18:10

    I found a weird solution to solve this problem.

    It thought about the js click thread. If it goes out of this thread, there no more security issues.

    I chose to use window.setTimeout. see sample below:

    
    

    then, no more acces denied!

提交回复
热议问题