XUpload - Staus Bar

Message
Author
starprinting
Posts: 3
Joined: Feb 26, 2007 11:13 pm

Staus Bar

#1 Postby starprinting » Feb 28, 2007 1:18 am

1) The status bar does not work - it never has

I take this bottom part back. If I just leave the upload running and ignore the fact that it instantly says the upload is complete, it come though fine. So I guess what I really need is help fixing the progress bar. Please tell me what I need to do to correct this problem.

Thanks,
CDS

________
:arrow: 2) I was able to receive a 26MB file earlier today and now I can't get anything over 2mb. I checked the size limits and they haven't changed. I've not changes that many options. Please tell me what I'm missing to get all of this working. I have the pro version.

http://www.starprinting.net/upload.html

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Feb 28, 2007 6:20 am

Do you run it on Windows server?
Try this quick hack: in upload_status.cgi replace

Code: Select all

for(1..3)
with

Code: Select all

for(1..10)
cause it looks files are caching by filesystem and appear on disk not instantly.