Search found 5 matches
- Jul 10, 2007 8:41 pm
- Forum: XUpload
- Topic: progress bar keeps going over 100%
- Replies: 7
- Views: 4970
Hmm... I think the rounding off might be the problem... I changed $totalKB = int($totalKB/1024); # Convert to Mb if > 10Mb to $totalKB = ceil($totalKB/1024); # Convert to Mb if > 10Mb in upload_status.cgi and it seems to work better now. At least the progress will never go over 100% if you over-repo...
- Jul 10, 2007 8:09 pm
- Forum: XUpload
- Topic: progress bar keeps going over 100%
- Replies: 7
- Views: 4970
Like I said, small files are detected properly, it is larger files than fail. I did what you said and looked at logs and did another test, here is what happened: I uploaded quicktime .mov file: - size 18609761 bytes - upload log reports size as 18610382 bytes I zipped the same .mov file with best zi...
- Jul 06, 2007 9:09 am
- Forum: XUpload
- Topic: progress bar keeps going over 100%
- Replies: 7
- Views: 4970
I Pmd you the URL. I also did some more tests with over file types such as wmv, it seems there is no problem for smaller files since their sizes are detected correctly. But for larger files bigger than 10 MB or so there is a discrepancy in the detected size and the actual size. ex. 10.9 MB .flv dete...
- Jul 04, 2007 1:39 am
- Forum: XUpload
- Topic: progress bar keeps going over 100%
- Replies: 7
- Views: 4970
- Jul 04, 2007 1:12 am
- Forum: XUpload
- Topic: progress bar keeps going over 100%
- Replies: 7
- Views: 4970
progress bar keeps going over 100%
When I upload an flv file the progress bar goes over 100%, sometimes 120%, then when the upload is finished , it jumps back to 100% before redirecting.