XUpload - XUpload v3 and IE6

Message
Author
greg
Posts: 4
Joined: Apr 15, 2008 5:37 pm

XUpload v3 and IE6

#1 Postby greg » Apr 15, 2008 5:55 pm

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.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Apr 17, 2008 6:53 am

There's JS error happens in IE6. Can't track where exactly since IE is poor with JS debug. You can disable JS blocks one-by-one to get exact place. Or PM me ftp access I can do this myself.

greg
Posts: 4
Joined: Apr 15, 2008 5:37 pm

#3 Postby greg » Apr 17, 2008 8:52 pm

thanks, I'll let you know what I find with js.

blake06
Posts: 1
Joined: May 22, 2008 3:16 pm

#4 Postby blake06 » May 22, 2008 3:24 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.

greg
Posts: 4
Joined: Apr 15, 2008 5:37 pm

maybe

#5 Postby greg » May 22, 2008 5:20 pm

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.
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.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#6 Postby PilgrimX182 » May 26, 2008 5:44 am


greg
Posts: 4
Joined: Apr 15, 2008 5:37 pm

#7 Postby greg » May 27, 2008 12:03 pm

Yes, this was the first thing I check, it was already in the XUpload code that I downloaded. But maybe your question is to blake06.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#8 Postby PilgrimX182 » May 28, 2008 1:19 pm

This was for blake06.

I'm currently all into XFileSharing Pro product, but when I find the time for XUpload I will care bout W3C validation, thanks for reminding me.