| View previous topic :: View next topic |
| Author |
Message |
dinesh
Joined: 28 Aug 2008 Posts: 5
|
Posted: Sep 05, 2008 10:02 am Post subject: Progress bar not stopping - xupload pro |
|
|
Hi
I am implementing xupload pro to multiple pages, Some are working fine, Now i have problem, Progress bar start and not stopping, some time progress bar stop at 31% and some time 97%, Also it gives javascript error at 97% i.e object doesn't support this property in upload.cgi file |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1055 Location: Undisclosed location
|
Posted: Sep 05, 2008 10:08 am Post subject: |
|
|
| Quote: | | Progress bar start and not stopping |
| Quote: | | ome time progress bar stop at 31% and some time 97% |
so it's stopping or NOT?
Upload form and upload.cgi are on one same domain? |
|
| Back to top |
|
 |
dinesh
Joined: 28 Aug 2008 Posts: 5
|
Posted: Sep 05, 2008 10:15 am Post subject: |
|
|
| PilgrimX182 wrote: | | Quote: | | Progress bar start and not stopping |
| Quote: | | ome time progress bar stop at 31% and some time 97% |
so it's stopping or NOT?
Upload form and upload.cgi are on one same domain? |
Yes both are on same domain, Its working on other pages, i create a new page , When i click submit, progress bar appeared, also showing the progress status at the bottom, files are copied but suddenly stop , javascript error comes at the bottom, I have checked the folder , files are copied |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1055 Location: Undisclosed location
|
Posted: Sep 08, 2008 6:50 am Post subject: |
|
|
Doesn't work on new page only? That's weird.
First, try this: in upload_status.cgi
find
| Code: | | print"S('$percent','$totalKB','$time','$speedKB','$files',0);"; |
and replace $percent with 100 |
|
| Back to top |
|
 |
|