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
uploading without progress bar

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



Joined: 23 Dec 2006
Posts: 2

PostPosted: Dec 23, 2006 12:13 am    Post subject: uploading without progress bar Reply with quote

hello

i got the script to run but the progress bar doest work Ok , the pop up windows comes and the file info show but not progress

i have edited the .htaccess file .

the uploaded is going well becose i can see the file i uploaded in the uploads folder

try plz

http://www.jordanmusics.com/upload_form.html
Back to top
View user's profile Send private message
PilgrimX182



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

PostPosted: Dec 25, 2006 6:39 am    Post subject: Reply with quote

First of all it looks you have time anomaly cause your file system time not synchronized with perl time(this happens rarely). Do you run this xupload on cluster?
To fix this replace this srting in upload_status.cgi:
Code:
my $ftime = (lstat($flength_file))[9]; # Upload start time


with

Code:
my $ftime = time;


And progress not showing cause temp file not growing. This happens when mod_gzip or mod_security enabled(.htaccess should help, try to comment IfModule directives) or you run it on cluster and there is file synchronization kinda slow, so try to change in this string: "$curr_time-$modif_time>30" 30 to e.g. 90 and test again.
Back to top
View user's profile Send private message Visit poster's website
onasre



Joined: 23 Dec 2006
Posts: 2

PostPosted: Dec 25, 2006 11:57 pm    Post subject: Reply with quote

i tried that but the progress bar worked for once and never work again lol
Back to top
View user's profile Send private message
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