RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

File mirror script

Newsletter script
Everything works but the progress bar.Tried posted solutions

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload
View previous topic :: View next topic  
Author Message
kutsal



Joined: 11 Jan 2007
Posts: 2

PostPosted: Jan 12, 2007 4:51 pm    Post subject: Everything works but the progress bar.Tried posted solutions Reply with quote

I could get everything working, but as posted in some of the previous topics, I cannot see the progress bar until the download finishes, when the progress bar fills up quickly.

Upload works properly...the only problem is the progress bar.

I tried all the .htaccess solutions in the previous postings but none of them could solve the problem.

URL to the upload form is:

http://www.locomotivemedia.co.uk/upload_form.html

Thanks!
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Jan 15, 2007 8:45 am    Post subject: Reply with quote

Checked your upload out. Progress bar data sending only after upload completed. It looks persistent connections on your server disabled somehow so server wait till end of script execution to send data to browser.
Ajax progress bar can possibly help in this case. It will be released in upcoming Pro release.
Back to top
View user's profile Send private message Visit poster's website
kutsal



Joined: 11 Jan 2007
Posts: 2

PostPosted: Jan 16, 2007 9:31 am    Post subject: Reply with quote

thanks for the reply! looking forward to the release...
Back to top
View user's profile Send private message
polira



Joined: 01 Feb 2007
Posts: 1

PostPosted: Feb 01, 2007 6:11 pm    Post subject: Reply with quote

im having the same issue, though it works with ajax on.

is there a way to turn on persistent connections so it works as designed?
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 2106
Location: UFO Lab

PostPosted: Feb 02, 2007 6:32 am    Post subject: Reply with quote

I don't know. It's your server issue, so you should contact server support.

Here's test script to check that persistent connection works ok or not:
Code:

#!/usr/bin/perl
$|++;
print"Content-type: text/html\n\n";
for(my $i=0;$i<500;$i++){print"$i<br>\n";sleep 1;}


if persistent conn works fine script should print digit every second in browser window.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group