If I hit the stop upload button, it halts the progress meters but the upload continues until completion. Is there something I am missing here?
Thank you,
Daniel.
XUpload - Stop doesn't stop.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Check for JS errors.
Same for our demos? http://sibsoft.net/xupload#demo
Same for our demos? http://sibsoft.net/xupload#demo
This is Pro by the way. I have two paid licenses.
Here is what Firefox javascript debugger caught.
uncaught exception: Permission denied to get property Window.stop
[Break on this error] undefined
[Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: http://my.domain.com/cgi-bin/upload_sta ... G&inline=1 :: jahDone :: line 164" data: no]
Here is what Firefox javascript debugger caught.
uncaught exception: Permission denied to get property Window.stop
[Break on this error] undefined
[Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIXMLHttpRequest.status]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: http://my.domain.com/cgi-bin/upload_sta ... G&inline=1 :: jahDone :: line 164" data: no]
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Re: Stop doesn't stop.
I'm seeing this issue on your demo pages using firefox. (http://www.sibsoft.net/upload_form_pro.html)
It seems to work fine in all other browsers (the upload stops) however with firefox (latest version) the progress dialog stops but the upload continues till the end and submits correctly (I get the post.cgi form).
I'm not seeing any js errors.
I'm seeing the same issue on my working site. Any help appreciated.
BTW, I'm testing using inline3
Andrew
It seems to work fine in all other browsers (the upload stops) however with firefox (latest version) the progress dialog stops but the upload continues till the end and submits correctly (I get the post.cgi form).
I'm not seeing any js errors.
I'm seeing the same issue on my working site. Any help appreciated.
BTW, I'm testing using inline3
Andrew
daniel wrote:If I hit the stop upload button, it halts the progress meters but the upload continues until completion. Is there something I am missing here?
Thank you,
Daniel.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Yes and No (in that order).PilgrimX182 wrote:Just Tested in latest FF - everything's fine. Your form action domain is same as page domain? Any JS errors?
You just sent me the latest version of xupload 3.0 code. I will load that and see if there is any difference on my test site.
Is there any possibility that your site would use an older cached version of xupload.js from my site on yours?
Andrew
I just tested with the latest 3.0 code and the issue is resolved. Thanks for your help.
andrew wrote:Yes and No (in that order).PilgrimX182 wrote:Just Tested in latest FF - everything's fine. Your form action domain is same as page domain? Any JS errors?
You just sent me the latest version of xupload 3.0 code. I will load that and see if there is any difference on my test site.
Is there any possibility that your site would use an older cached version of xupload.js from my site on yours?
Andrew