ajaxupload.js uncaught exception: [Exception... "Component returned failure code: 0x805e0006

ajaxupload.js uncaught exception: [Exception... "Component returned failure code: 0x805e0006

前段时间碰到一个怪问题,firefox在使用一个上传文件的js(ajaxupload.js)时总是报错(uncaught exception: [Exception... "Component returned failure code: 0x805e0006 [nsIDOMHTMLFormElement.submit]"  nsresult: "0x805e0006 (<unknown>)"  location: "JS frame :: http://localhost:8080/static/js/ajaxupload.js :: <TOP_LEVEL> :: line 660"  data: no]Line 0),
查资料的时候都说是跨域,

我就纳闷了,localhost下面,使用Js也会跨域?搞不明白,测试再三,我自己电脑上的上传会出问题,我同学机器上不会,我是最新版本的火狐,他是3.6的,在经过一天的查资料,测试,google无果后,我只好假定是最新版本不允许这样提交,暂时放下了这个问题。虽然是搁置下这个问题了,客户也没提到有这个问题,但总觉得心里不踏实,时不时工作间隙或在家的时候google一下,绝大多数都是说跨域,说的我也迷糊了,难道js里提交form真的是跨域?两周前不经意间搜到一个e文网页,上面提到了adblocks影响了他的上传,真是一语惊醒梦中人。关掉adblock后,世界终于清静了。顺便抱怨一下这些搜索引擎,搜个答案真是难。

 

时间: 2024-10-01 08:50:41

ajaxupload.js uncaught exception: [Exception... "Component returned failure code: 0x805e0006的相关文章

java web-SRVE0014E: Uncaught service() exception root cause action

问题描述 SRVE0014E: Uncaught service() exception root cause action 各位大神门晚上好,今天遇到了一个这样的问题,在tomcat下正常运行的程序在was下报错: com.ibm.ws.webcontainer.servlet.ServletWrapper service SRVE0014E: Uncaught service() exception root cause action: javax.servlet.ServletExcept

js Uncaught SyntaxError: Unexpected token }

问题描述 js Uncaught SyntaxError: Unexpected token } 源代码 <script> window.onload=function(){ c=document.getElementById("tu"); var p= c.getContext("2d"); var p= c.getContext("2d"); function a(e){ c.mousedown(function(e){ p.mo

xfire异常:Server returned error code = 504 for URI : xxx.

问题描述 xfire异常:Server returned error code = 504 for URI : xxx. xfire客户端执行时访问服务端约1分钟后抛出异常:Server returned error code = 504 for URI : xxx. Check server logs for details:此时服务端还在正常处理请求,直到服务端处理结束返回信息时,抛出xfire断开连接异常.请问,这种情况是什么导致的?

怎么解决啊-java was started but returned exit code=1

问题描述 java was started but returned exit code=1 myeclipse 自动退出,为什么会这样,怎么解决,我的系统是win7 64位,用的jdk也是64位 myeclipse 也是64的,安装路径无中文

Fatal error: Uncaught exception Exception with message

php中如果遇到这样的问题,一般都是权限问题,修改目录的权限即可解决.

Webdriver定位不到元素的解决办法

不知道怎么回事,先前能跑动的case,现在元素始终找不到. 但是我xpath是能定位得到的,debug了一下,结果发现在 WebElementelement = locator.findElement();就卡住了. 弄了好久也没有成功. 网上找例子: Selenium2(WebDriver)_如何判断WebElement元素对象是否存在 1.selenium中如果去寻找元素,而元素不存在的话,通常会抛出NoSuchElementException 导致测试失败,但有时候,我们需要去确保页面元素

ext grid分页出错问题

问题描述 我要做ext grid分页,按例子做一直做不出来,在firebug上显示错误如下:[Exception... "Component returned failure code: 0x80070057 (NS_ERROR_ILLEGAL_VALUE) [nsIXMLHttpRequest.open]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: jav

Microsoft Visual C++ and Win32 structured exception handling

Introduction In an earlier article [1] I described some performance measurements when using exceptions in various languages on Windows. A couple of people since then have asked me questions about how the windows exception model actually works and how

PL/SQL --&amp;gt; 异常处理(Exception)

--================================ -- PL/SQL --> 异常处理(Exception) --================================           Exception是一种PL/SQL标识符,当运行的PL/SQL块出现错误或警告,则会触发异常处理.为了提高程序的健壮性,可以在PL/SQL块中引 入异常处理部分,进行捕捉异常,并根据异常出现的情况进行相应的处理.   一.异常的类型      ORACLE异常分为两种类型:系统