| View previous topic :: View next topic |
| Author |
Message |
ttanemori
Joined: 30 May 2008 Posts: 8
|
Posted: Jun 12, 2008 12:20 am Post subject: "Transfer Completes" appears immediately without p |
|
|
Re: XFileSharing Pro
This topic is already discussed, but I am still unable to fix it. Sometimes I can see progress bar, but sometimes I cannot.
I found a interesting result. I am using FireFox.
After I press the Upload button, I see
"Initializing Upload..."
Then, "Transfer Completes!" comes up immediately.
There is a gray blank area under that text. When I right click there, and choose "This Frame" ---> "Show only this frame," I could see the progress bar.
IE does not have this option, and I could not try it.
It seems to be related to iframe or html.
Can anybody help me to fix this? |
|
| Back to top |
|
 |
ttanemori
Joined: 30 May 2008 Posts: 8
|
Posted: Jun 12, 2008 2:10 pm Post subject: Error Log from the server |
|
|
Hello.
I got the following error when I tried to upload 65MB zip file. I think it was successfully uploaded, but I did not see an progress bar. It showed "Transfer Completes!" and I had to wait to be completed.
System Administrator gave me a comment about the scrip error. Could you advise me what I should do?
Thank you.
----------------------------------------------------------
Here is a summary of the errors generated by that script. It is not complete,
but the error log is basically the same two errors repeated over and over
again:
[Wed Jun 11 20:23:25 2008] [error] [client 72.66.26.24] Argument "" isn't
numeric in division (/) at upload_status.cgi line 137., referer:
http://www.blessingamerica.org/cgi-bin/upload_status.cgi?uid=962906148529&files=:KingMaker.zip&ok=1&upload_type=file
[Wed Jun 11 20:23:25 2008] [error] [client 72.66.26.24] Use of uninitialized
value in concatenation (.) or string at upload_status.cgi line 100., referer:
http://www.blessingamerica.org/cgi-bin/upload_status.cgi?uid=962906148529&files=:KingMaker.zip&ok=1&upload_type=file
I would advise you to contact the script vendor regarding this issue, it
appears to be a problem with the cgi code. Please let me know if there's
anything else I can do for you. Thanks! |
|
| Back to top |
|
 |
admin Site Admin
Joined: 22 Mar 2006 Posts: 126
|
Posted: Jun 13, 2008 1:17 pm Post subject: Re: Error Log from the server |
|
|
| ttanemori wrote: | Hello.
I got the following error when I tried to upload 65MB zip file. I think it was successfully uploaded, but I did not see an progress bar. It showed "Transfer Completes!" and I had to wait to be completed.
System Administrator gave me a comment about the scrip error. Could you advise me what I should do?
Thank you.
----------------------------------------------------------
Here is a summary of the errors generated by that script. It is not complete,
but the error log is basically the same two errors repeated over and over
again:
[Wed Jun 11 20:23:25 2008] [error] [client 72.66.26.24] Argument "" isn't
numeric in division (/) at upload_status.cgi line 137., referer:
http://www.blessingamerica.org/cgi-bin/upload_status.cgi?uid=962906148529&files=:KingMaker.zip&ok=1&upload_type=file
[Wed Jun 11 20:23:25 2008] [error] [client 72.66.26.24] Use of uninitialized
value in concatenation (.) or string at upload_status.cgi line 100., referer:
http://www.blessingamerica.org/cgi-bin/upload_status.cgi?uid=962906148529&files=:KingMaker.zip&ok=1&upload_type=file
I would advise you to contact the script vendor regarding this issue, it
appears to be a problem with the cgi code. Please let me know if there's
anything else I can do for you. Thanks! |
Email us FTP info, will take a look. Looks like something wrong with installation. |
|
| Back to top |
|
 |
kleinegeist191
Joined: 17 Jun 2008 Posts: 4
|
Posted: Jun 17, 2008 3:40 am Post subject: |
|
|
| I have same problem too, there any way to fix it? |
|
| Back to top |
|
 |
samoel_666
Joined: 27 Jun 2008 Posts: 7
|
Posted: Jun 28, 2008 10:38 am Post subject: |
|
|
hi admin
i have the same problem . can you please help me ? |
|
| Back to top |
|
 |
samoel_666
Joined: 27 Jun 2008 Posts: 7
|
Posted: Jun 28, 2008 11:43 am Post subject: |
|
|
hi all
i dont know whats wrong with firefox and Xfile but i just used safary browser
to check do i have the same problem, that i didnt get any wrong message. you can use safary to upload file !
but i really like to know whats the problem . |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1055 Location: Undisclosed location
|
Posted: Jun 30, 2008 6:20 am Post subject: |
|
|
Ok, here's quick hack that will probably help you guys:
in upload_status.cgi find
| Code: | | my $timeout = $ENV{QUERY_STRING}=~/upload_type=url/i ? 60 : 7; |
and replace 7 with 20 or 30. This is timeout for "Transfer Completes!" message.
Probably upload.cgi process slows down sometimes and flength file creating with a delay. |
|
| Back to top |
|
 |
Thomas Foong
Joined: 04 Aug 2008 Posts: 2 Location: Indonesia
|
Posted: Aug 04, 2008 5:42 am Post subject: |
|
|
I have this problem in Firefox if uploading 3 or more files with 700MB each. But if upload 2 files with 700MB each, this symptom does not occured. Already change the:
my $timeout = $ENV{QUERY_STRING}=~/upload_type=url/i ? 60 : 7;
From 7 to 30. The problem persist.
P.S: In IE, there is no "Transfer Complete" message, just a blank box |
|
| Back to top |
|
 |
Thomas Foong
Joined: 04 Aug 2008 Posts: 2 Location: Indonesia
|
Posted: Aug 04, 2008 5:46 am Post subject: |
|
|
| But in Opera its doing just Fine. I'm using Opera 9.27 for Windows. |
|
| Back to top |
|
 |
unformatted
Joined: 29 Aug 2008 Posts: 1
|
Posted: Aug 29, 2008 11:23 pm Post subject: |
|
|
Only when try to upload files large then ~110mb in FF3 says "Transfer complete!" and in IE7 only says "initializaing upload..."
Less than about 110mb uploads ok
what could be? |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 1055 Location: Undisclosed location
|
Posted: Sep 01, 2008 5:45 am Post subject: |
|
|
unformatted, if you wait some time, does upload completes or not?
Some systems have mod_security enabled that limits max request size to 100 Mb or such.
Remove style for 'xupload' iframe and try to upload - probably error will be shown there. |
|
| Back to top |
|
 |
|