gpt4 book ai didi

javascript - Firefox 4 中的 AjaxForm 文件上传

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:48:35 25 4
gpt4 key购买 nike

<form action="upload.aspx" enctype="multipart/form-data" id="ajaxUploadForm" method="post">
<input type="file" name="fileBase" id="fileBase"><input type="submit" value="send" />
</form>

$( "#ajaxUploadForm" ).ajaxForm( {
iframe: "true",cache: false,
success: function ( response )
{
var msg = $.parseJSON( $( response ).val() );
alert ( msg.status);
}
}} );

当我尝试发送 ajax 表单时出现错误(仅在 Firefox 4 中):

“未捕获的异常:[异常...”组件返回失败代码:0x805e0006 [nsIDOMHTMLFormElement.submit]” nsresult:“0x805e0006()” location:“JS frame::http://localhost/Scripts/jquery/jquery.form.js::doSubmit::第 295 行“数据:无]第 0 行”

我使用 jquery 1.5.1 和 jquery.from 2.67

感谢任何建议

最佳答案

有一个新的version 2 天前发布的 JQuery Form 插件。我试过他们的demo在 Firefox 4 中,它似乎工作得很好,所以也许你可以尝试更改插件版本。

关于javascript - Firefox 4 中的 AjaxForm 文件上传,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5570032/

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