SibSoft Ltd.
Development Services
software products
 RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
EZYWebhost - Cheap XUpload & XFileSharing 100% campatible hosting

AJAX upload progress bar

File sharing script
"Transfer Completes" appears immediately without p

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
ttanemori



Joined: 30 May 2008
Posts: 8

PostPosted: Jun 12, 2008 12:20 am    Post subject: "Transfer Completes" appears immediately without p Reply with quote

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
View user's profile Send private message
ttanemori



Joined: 30 May 2008
Posts: 8

PostPosted: Jun 12, 2008 2:10 pm    Post subject: Error Log from the server Reply with quote

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
View user's profile Send private message
admin
Site Admin


Joined: 22 Mar 2006
Posts: 126

PostPosted: Jun 13, 2008 1:17 pm    Post subject: Re: Error Log from the server Reply with quote

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
View user's profile Send private message Send e-mail
kleinegeist191



Joined: 17 Jun 2008
Posts: 4

PostPosted: Jun 17, 2008 3:40 am    Post subject: Reply with quote

I have same problem too, there any way to fix it?
Back to top
View user's profile Send private message
samoel_666



Joined: 27 Jun 2008
Posts: 7

PostPosted: Jun 28, 2008 10:38 am    Post subject: Reply with quote

hi admin

i have the same problem . can you please help me ?
Back to top
View user's profile Send private message
samoel_666



Joined: 27 Jun 2008
Posts: 7

PostPosted: Jun 28, 2008 11:43 am    Post subject: Reply with quote

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
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 1055
Location: Undisclosed location

PostPosted: Jun 30, 2008 6:20 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website AIM Address
Thomas Foong



Joined: 04 Aug 2008
Posts: 2
Location: Indonesia

PostPosted: Aug 04, 2008 5:42 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website Yahoo Messenger
Thomas Foong



Joined: 04 Aug 2008
Posts: 2
Location: Indonesia

PostPosted: Aug 04, 2008 5:46 am    Post subject: Reply with quote

But in Opera its doing just Fine. I'm using Opera 9.27 for Windows.
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger
unformatted



Joined: 29 Aug 2008
Posts: 1

PostPosted: Aug 29, 2008 11:23 pm    Post subject: Reply with quote

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
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 1055
Location: Undisclosed location

PostPosted: Sep 01, 2008 5:45 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website AIM Address
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group