XFileSharing Pro - "Transfer Completes" appears immediately without p

Message
Author
ttanemori
Posts: 8
Joined: May 30, 2008 10:41 pm

"Transfer Completes" appears immediately without p

#1 Postby ttanemori » Jun 12, 2008 12:20 am

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?

ttanemori
Posts: 8
Joined: May 30, 2008 10:41 pm

Error Log from the server

#2 Postby ttanemori » Jun 12, 2008 2:10 pm

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/ ... _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/ ... _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!

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

Re: Error Log from the server

#3 Postby admin » Jun 13, 2008 1:17 pm

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/ ... _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/ ... _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.

kleinegeist191
Posts: 4
Joined: Jun 17, 2008 3:37 am

#4 Postby kleinegeist191 » Jun 17, 2008 3:40 am

I have same problem too, there any way to fix it?

samoel_666
Posts: 7
Joined: Jun 27, 2008 10:03 am

#5 Postby samoel_666 » Jun 28, 2008 10:38 am

hi admin

i have the same problem . can you please help me ?

samoel_666
Posts: 7
Joined: Jun 27, 2008 10:03 am

#6 Postby samoel_666 » Jun 28, 2008 11:43 am

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 .

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#7 Postby PilgrimX182 » Jun 30, 2008 6:20 am

Ok, here's quick hack that will probably help you guys:
in upload_status.cgi find

Code: Select all

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.

Thomas Foong
Posts: 2
Joined: Aug 04, 2008 5:26 am

#8 Postby Thomas Foong » Aug 04, 2008 5:42 am

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

Thomas Foong
Posts: 2
Joined: Aug 04, 2008 5:26 am

#9 Postby Thomas Foong » Aug 04, 2008 5:46 am

But in Opera its doing just Fine. I'm using Opera 9.27 for Windows.

unformatted
Posts: 1
Joined: Aug 29, 2008 11:22 pm

#10 Postby unformatted » Aug 29, 2008 11:23 pm

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?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#11 Postby PilgrimX182 » Sep 01, 2008 5:45 am

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.

wcp
Posts: 5
Joined: Jul 09, 2009 10:13 am

#12 Postby wcp » Jul 09, 2009 2:48 pm

I have this promlem with immediately "Transfer Completes"!
Who fix it?

nirajan
Posts: 14
Joined: Nov 26, 2008 12:30 pm

#13 Postby nirajan » Jul 19, 2009 6:33 am

i also have the problem,
upload completes but cannot show progress bar

TobiX
Posts: 3
Joined: Aug 19, 2009 8:12 am

same problem

#14 Postby TobiX » Aug 19, 2009 8:25 am

I have the same problem sometimes.
But until now only with Safari-Browser on Mac. The size of the files doesn't matter. Any Ideas? Thank you!