XUpload - XUpload v3 and IE6
XUpload v3 and IE6
I purchased the pro Version and it has been working well. But today we discovered that it is not working with WinXP pro and IE 6. It actually uploads and the confirmation email is sent ok, but the progress bar does not work and the user is not sent to the "post" page. I looked in some of the posts and saw the hack for url = url+'&rnd='+Math.random(); and so I checked the xstatus.js file and it was already there. Any idea why it doesn't work in IE6. It works with firefox and IE 7. Thanks for your time and XUpload.
Last edited by greg on Apr 17, 2008 11:08 am, edited 1 time in total.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Any solutions to this problem?
Our application (using XUpload 3 Pro) works in FF, Opera, IE 7, but some users have reported problems with IE 6. In those cases, the progress bar hangs and doesn't finish, but the file does get uploaded. On my computer IE 6 SP 2 works fine. One user that is having problems is using SP 1. Maybe there is a difference there.
Our application (using XUpload 3 Pro) works in FF, Opera, IE 7, but some users have reported problems with IE 6. In those cases, the progress bar hangs and doesn't finish, but the file does get uploaded. On my computer IE 6 SP 2 works fine. One user that is having problems is using SP 1. Maybe there is a difference there.
maybe
I found when i cleaned up some of the html, it did work better. Although when testing if i used the upload_forms (untouched) that were in the original zip file, 2 of them would not load correctly in firefox. I wish the code was more standards based. The code doesn't come close to validating as html4. The doctype which is html4 doesn't go with the html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en", so I suspect it puts the browser in quarks mode and the results are not always predictable. This all is my guess, I'm not a programmer, which is why I pruchased XUpload Pro.blake06 wrote:Any solutions to this problem?
Our application (using XUpload 3 Pro) works in FF, Opera, IE 7, but some users have reported problems with IE 6. In those cases, the progress bar hangs and doesn't finish, but the file does get uploaded. On my computer IE 6 SP 2 works fine. One user that is having problems is using SP 1. Maybe there is a difference there.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Do you have this hack enabled?
http://www.sibsoft.net/forum/post2153.html#2153
http://www.sibsoft.net/forum/post2153.html#2153
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm