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
XUpload - Progress bar not stopping - xupload pro
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
PilgrimX182 wrote:Progress bar start and not stoppingso it's stopping or NOT?ome time progress bar stop at 31% and some time 97%
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
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Doesn't work on new page only? That's weird.
First, try this: in upload_status.cgi
find
and replace $percent with 100
First, try this: in upload_status.cgi
find
Code: Select all
print"S('$percent','$totalKB','$time','$speedKB','$files',0);";