gpt4 book ai didi

javascript - jQuery ajax 喜欢使用 iframe 上传文件

转载 作者:行者123 更新时间:2023-11-29 15:01:44 25 4
gpt4 key购买 nike

http://mypokerpartner.com/

测试在上面的链接。

$('a').click(function(){
$('input[type="file"]').click();
});
$('input[type="file"]').on('change', function(){
$('form').submit();
});

当使用表单的浏览按钮时,文件会在更改时提交。当使用“A”的链接时,IE 会抛出错误 SCRIPT5: Access is denied.

I want for the anchor link to invoke the file dialog and when a file is selected it auto submits the file to the iframe for a non-reloading file upload

编辑:看起来只是 IE9 中的问题

提前致谢

最佳答案

出于某种我不知道的原因,虽然 input 字段有任何 name 属性,但 IE 会抛出错误。删除文件 input fieldname 属性 修复了这个问题。

关于javascript - jQuery ajax 喜欢使用 iframe 上传文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9070439/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com