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
XUpload - Xupload 3.0 and IE7 with Windows Vista
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
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
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Probably that's cause caching AJAX requests.
Try this quick hack: in Templates/xstatus.js find
and add the line above:
Tell me if this helps
Try this quick hack: in Templates/xstatus.js find
Code: Select all
if (window.XMLHttpRequest)
Code: Select all
url = url+'&rnd='+Math.random();