Hi,
i downloaded xupload (free) and configured it following the instructions.
now everything works fine except there is no progress bar. i sat for hours trying to figure out what i did wrong. but i simply couldnt find anything.
after all the frustration i went searching the support forum and the sibsoft.net website. and look here: i simply can´t see any progress bar out there!!!
not on sibsoft.net or any other ppls website who use xuploader.
that increases my frustration even more, since it means that i must be the only guy facing this problem. otherwise there would be loads of posts complaining that the xuploaders progress bar is broken in general.
and believe me: i tried it on opera, firefox and msie. on windows xp and mac osx. everything works just fine, files are being uploaded, but no progress bars. never. it just freezes for the duration of the upload and then it presents the output.
how can this be? i would so much like to use the pro version of xuploader. it seems to be the perfect solution i waited so long for.
any advice?
best regards,
friessner
XUpload - No progress bar - even not on sibsoft.net - on all browsers
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Wow! That's interesting! I think the problem is in your internet connection then, or firewall. What internet connection do you use? Probably it doesn't allow persistent connections somehow.
Here goes test for your computer: http://sibsoft.net/cgi-bin/xuploadpro/test.cgi
your should see incrementing numbers running down every second. If you don't see numbers, then your computer or internet connectiong can't handle persistent connections.
Maybe Ajax update mode available in Pro version will help you, I've enabled it for our SibSoft.net demo, check it out: http://www.sibsoft.net/upload_form_pro.html
Here goes test for your computer: http://sibsoft.net/cgi-bin/xuploadpro/test.cgi
your should see incrementing numbers running down every second. If you don't see numbers, then your computer or internet connectiong can't handle persistent connections.
Maybe Ajax update mode available in Pro version will help you, I've enabled it for our SibSoft.net demo, check it out: http://www.sibsoft.net/upload_form_pro.html
-
- Posts: 6
- Joined: Apr 09, 2007 7:58 am
Hi,
I tried the test.cgi. i doesnt show anything for exactly 1 minute and 40 seconds - browser is just loading ... loading ... loading. then the browser receives exactly 4000 times the character "x" and then the numbers 1 to 100, divided by line breaks.
i hope this info helps.
we have a firewall here. i dont know that much about it (fortiguard or something similar...). but i dont have that issues with other upload scripts i tried. and believe me, i am trying a lot of these since days (uber uploader, tesuplad, upload progress apache2 module, swfupload ....).
nevertheless: your upload_form_pro.html seems to work, but it is sort of lazy. upload works fine, but the progress bar is refreshing at an irritating irregular frequency.
we have a very strong upstream rate. reached about 470 kbyte/sec while testing upload tools.
thnx,
friessner
I tried the test.cgi. i doesnt show anything for exactly 1 minute and 40 seconds - browser is just loading ... loading ... loading. then the browser receives exactly 4000 times the character "x" and then the numbers 1 to 100, divided by line breaks.
i hope this info helps.
we have a firewall here. i dont know that much about it (fortiguard or something similar...). but i dont have that issues with other upload scripts i tried. and believe me, i am trying a lot of these since days (uber uploader, tesuplad, upload progress apache2 module, swfupload ....).
nevertheless: your upload_form_pro.html seems to work, but it is sort of lazy. upload works fine, but the progress bar is refreshing at an irritating irregular frequency.
we have a very strong upstream rate. reached about 470 kbyte/sec while testing upload tools.
thnx,
friessner
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
fitterashes, friessner: plz try to open this http://sibsoft.net/cgi-bin/xuploadpro/test.cgi script again in browser. Some browsers are bugly with persistent connection and won't do anything till end of response or till they get at least 4k-8k data. So we have to send 4k of crap first to enable correct handling of persitent connection. Changed 4000 of 'x' to 6000 hope this will be enough for your browsers.
Ajax update do not require persistent connection but it gives Much slower update rate, so it's alterative mode for Xupload. About 'sort of lazy': there was 300ms delay between ajax requests(to lower our server load a bit), changed to 30ms, should work faster now.
Ajax update do not require persistent connection but it gives Much slower update rate, so it's alterative mode for Xupload. About 'sort of lazy': there was 300ms delay between ajax requests(to lower our server load a bit), changed to 30ms, should work faster now.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
So it's the rare situation when your internet connection or firewall cause persistent connection problems. You should use Ajax mode then. We implemented it mostly for this situation.
friessner, since you've tested many upload scripts, can you please tell use our 'weak' sides and suggest any ways to improve XUpload.
friessner, since you've tested many upload scripts, can you please tell use our 'weak' sides and suggest any ways to improve XUpload.
-
- Posts: 6
- Joined: Apr 09, 2007 7:58 am