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
________
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
XUpload - Staus Bar
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Do you run it on Windows server?
Try this quick hack: in upload_status.cgi replace
with
cause it looks files are caching by filesystem and appear on disk not instantly.
Try this quick hack: in upload_status.cgi replace
Code: Select all
for(1..3)
Code: Select all
for(1..10)