1

Connection was reset when uploading files via php form - slow connection

view story
linux-howto

http://serverfault.com – When I try to upload images using a slow internet connection (Using dongle) browser always throw out a 'The Connection was reset' error after about 5mins. I was trying to upload a very small image file 500kb. There is no problem when i use a fast upload connection. my php.ini - from phpinfo() max_execution_time 180 max_file_uploads 20 max_input_time 180 max_input_vars 1000 memory_limit 128M post_max_size 28M upload_max_filesize = 27M apache2.conf Timeout 300 KeepAlive On MaxKeepAliveRequests 100 KeepAliveTimeout 5 Speed Test of my connection Ping - 425ms Download - 2.26 (HowTos)