I have a page for upload files, In .htaccess file I have this:
.htaccess
php_value upload_max_filesize 40M php_value post_max_size 40M
I
You have memory_limit in your PHP configuration; 54525952 bytes which is 52MB.
You should configure memory_limit in php.ini or .htaccess or fix memory leak.