XFileSharing Pro - upload stops while big file uploading to my website

Message
Author
geekev69
Posts: 45
Joined: Dec 05, 2009 6:12 am

upload stops while big file uploading to my website

#1 Postby geekev69 » Jan 13, 2010 2:54 pm

Many of my users saying they failed many times while uploading.

when they upload to the site, after a few megabytes the upload just hangs, nothing is happening.

is it about the server? wrong php configuration setting???
what should I check on the server or on the script?


thanks

komi
Posts: 161
Joined: Nov 27, 2009 12:41 pm

#2 Postby komi » Jan 13, 2010 3:04 pm

XFS is not using PHP. It seems more people are having problems with uploading. Check out this topic.

I maybe fixed it by deleting the files inside the files and tmp folders, my cron wasn't correctly configured. Didn't get any new complainments so far, so you might want to look at your cronjob too.

Hendrickson
Posts: 90
Joined: Nov 18, 2009 9:15 pm

#3 Postby Hendrickson » Jan 13, 2010 9:02 pm

Check your Timeout vaule in httpd.conf

Set it too 600 or 700 instead of the default. That solved the problem for me.

geekev69
Posts: 45
Joined: Dec 05, 2009 6:12 am

#4 Postby geekev69 » Jan 14, 2010 6:14 am

thanks guys

I will try all your method and update here my cron soon :D

brunob
Posts: 15
Joined: Dec 16, 2009 8:28 pm

#5 Postby brunob » Jan 14, 2010 12:59 pm

Hello geekev69

I had this problem, I increased the timeout to 3000 and updated Apache

Hendrickson
Posts: 90
Joined: Nov 18, 2009 9:15 pm

#6 Postby Hendrickson » Jan 14, 2010 1:09 pm

brunob wrote:Hello geekev69

I had this problem, I increased the timeout to 3000 and updated Apache

3000... thats an overkill asking for problems with too many sleeping processes

brunob
Posts: 15
Joined: Dec 16, 2009 8:28 pm

#7 Postby brunob » Jan 15, 2010 2:08 pm

Yes, you're right it can end up some scripts

the best and between 300 to 700

:-)