I purchased Xupload pro 3.0, and it perfectly uploads any files I throw at it, but the upload status information stops working after a few seconds in Internet Explorer 7. It still completes the upload, but I won't be able to see the progress bar moving, and none of the other data like upload time left and upload speed are updated, they just freeze, and the graphics showing the upload speed just levels out.
Strangely enough, when I use Firefox as my browser, the upload status info updates just fine.
I bought Xupload pro 3.0, because I needed it for one of my clients who needs it to work properly in Internet Explorer.
Does anyone experience the same problem? Is this a bug, or is there a solution available to fix this?
Thanks for any insight in this matter.
XUpload - Upload Status works in Firefox, but not in Explorer 7
-
- Posts: 4
- Joined: Feb 25, 2008 9:49 pm
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
That's cause IE7 caches ajax requests.
Here goes quick hack: in Templates/xstatus.js find
and add this line above:
Here goes quick hack: in Templates/xstatus.js find
Code: Select all
if (window.XMLHttpRequest)
Code: Select all
url = url+'&rnd='+Math.random();
-
- Posts: 4
- Joined: Feb 25, 2008 9:49 pm
hack worked
PilgrimX182, the hack you suggested worked perfectly for me.
Thanks a million!!
Thanks a million!!
I ask again, is there anything else I can do to get IE7 to work. The problem persists even with this hack. Every other browser works perfectly.
To Wings of Fire, how big of files are you uploading? This hack made things better, but it still stops on anything over 5 megs.
Thank for any suggestions. I'm dead in the water.
To Wings of Fire, how big of files are you uploading? This hack made things better, but it still stops on anything over 5 megs.
Thank for any suggestions. I'm dead in the water.
-
- Posts: 4
- Joined: Feb 25, 2008 9:49 pm
IE7
Azvisual,
I'm uploading huge files, up to 500 MB a piece with IE7, without a glitch.
I run IE7 on Windows Vista Ultimate, but I tested IE7 on Windows XP too and it worked fine.
Mabye you could post some more specific info such as what OS and other software you are running and what your computer configuration is.
The hack suggested by Pilgrim had solved the problems I had. I'm wondering what could be the reason it's not working on your end. Sorry I couldn't be of any help.
I'm uploading huge files, up to 500 MB a piece with IE7, without a glitch.
I run IE7 on Windows Vista Ultimate, but I tested IE7 on Windows XP too and it worked fine.
Mabye you could post some more specific info such as what OS and other software you are running and what your computer configuration is.
The hack suggested by Pilgrim had solved the problems I had. I'm wondering what could be the reason it's not working on your end. Sorry I couldn't be of any help.
I just wanted to follow up that it was indeed the host I was using and once I moved to a solid host (did not go with 1and1.com) IE7 worked. I only tested it through VMWare on my Mac and it was extremely jerky and about half the speed of any other browser, but it worked. Monday I'll test on a PC and see how that goes. Whew, I'm really glad this worked out. Got a bit tense for awhile in my shoes.
-
- Posts: 4
- Joined: Feb 25, 2008 9:49 pm
great!
Thanks for letting us know, Azvisual. I'm glad it all worked out well for you.
vb7 progress
I see that the hack is already embedded in the xstatus.js file which I just installed (March 1 2008). Thank you for keeping your software up to date.