Hello.
I have problem with download large files((
INI Settings
post_max_size: 150.00 mb
upload_max_filesize: 150.00 mb
.htaccess (in the downloads.php location)
php_value upload_max_filesize 150M
php_value post_max_size 150M
max_execution_time - 900 sec (15 min)
trying to upload rar archive ~ 55 mb (test.rar), after 14% progress - error 101 (net::ERR_CONNECTION_RESET)
have tried everything, what could be wrong ?
|