Hi i've got problem with my x_upload script.
I m using x_upload 2.6 free version and i haven't got the status display on the popup and progress bar . I don't now why have you got an idea?
I can't give you a link to my application because isn't on web server online!!
Thks for advance for your help.
PS: sorry for my english, i'm french user.
XUpload - IIS X_upload2.6 status
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Read this first: http://www.sibsoft.net/forum/read-this- ... k-t84.html
What do you have in pop-up window? Make xupload iframe visible, any errors inside it?
Your english is fine, no worries
What do you have in pop-up window? Make xupload iframe visible, any errors inside it?
Your english is fine, no worries

after made visible the iframe and make active the redirect link.
I've got this after the upload finish :
I've got this after the upload finish :
Code: Select all
file1x_original:test.rar
file1x:test.rar
file1x_status:OK
comment:Sgc/0060/
popup:on
target_dir:E:/GeranceV94Sp2/WebHTML/Intelys/GESTION_UTIL
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Progress bar message say "Upload Complete" or "Upload Failed"???!
In upload_status.cgi replace "for(1..3)" with "for(1..30)"
In upload_status.cgi find
and add below
In upload_status.cgi replace "for(1..3)" with "for(1..30)"
In upload_status.cgi find
Code: Select all
print"<Script>SP($size,$time,$speed,0,$time_left);</Script>";
Code: Select all
print "<!--".('x'x5000)."-->";
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
In my temp directory i've a directory name "8082591" and in this directory i've got a file name "flength".
But in upload_status.cgi this line make me having the message "transfert complete"
I don't now why i've try with small size file and bigger size file like 700Mo but nothing change.
I've you got an idea?
Thks
But in upload_status.cgi this line make me having the message "transfert complete"
Code: Select all
for(1..3){last if -e $flength_file; sleep 1;}
&DisplayMessage("Transfer complete!") unless (-e $flength_file); #No temp files => Upload already finished
I've you got an idea?
Thks
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
I've made the change that you say :
But all time my cgi scrupt upload_status.pl stop on this test, i never see the upload status detail?
And my flength_file always have 1ko size is it right?
Thks
Code: Select all
for(1..30){last if -e $flength_file; sleep 1;}
&DisplayMessage("Transfert du fichier terminé!") unless (-e $flength_file); #No temp files => Upload already finished
And my flength_file always have 1ko size is it right?
Thks
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm