Try to add this code to file .htaccess:
<Files *.php>
SetInputFilter PHP
LimitRequestBody 5242880
</Files>
It tells Apache to allow up to 5MB to be uploaded to the server.
I think problem is in server.
Try to add this code to file .htaccess:
<Files *.php>
SetInputFilter PHP
LimitRequestBody 5242880
</Files>
It tells Apache to allow up to 5MB to be uploaded to the server.