XUpload - Xupload 3.0 and IE7 with Windows Vista

Message
Author
llamadave
Posts: 3
Joined: Feb 10, 2008 4:09 am

Xupload 3.0 and IE7 with Windows Vista

#1 Postby llamadave » Feb 10, 2008 4:27 am

Both on my site and your demo for the Pro version when I upload several files with Vista and IE7, the progress bar stops part way through the first file and the graph shows a straight line and when it fills the space everything freezes. The files end up transferring ok, but there is no progress. It works great with FireFox. My web site needs to work for everyone.

I have tried this: "Possible solution is to change "for(1..5)" to "for(1..15)" in upload_status.cgi file." from an earlier post and it doesn't help.

David

llamadave
Posts: 3
Joined: Feb 10, 2008 4:09 am

#2 Postby llamadave » Feb 10, 2008 6:33 pm

I did some more testing and found that it fails the same way with XP and IE6. I also have the same problem with both my broadband (WISP) and a telephone modem. Progress panel (Inline2) doesn't work with IE6 or IE7.

If you can't fix this I will go back to version 2.5. Is there a way I can just change the engine back to 2.5 and leave all the custom formatting I have done? Here is my application: http://redipix.com/NewSite/UploadHTML/upload_form.html

David

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

#3 Postby PilgrimX182 » Feb 11, 2008 10:52 am

Probably that's cause caching AJAX requests.
Try this quick hack: in Templates/xstatus.js find

Code: Select all

if (window.XMLHttpRequest)
and add the line above:

Code: Select all

url = url+'&rnd='+Math.random();
Tell me if this helps

llamadave
Posts: 3
Joined: Feb 10, 2008 4:09 am

#4 Postby llamadave » Feb 13, 2008 10:41 pm

That worked!

Thank you!

David :D