Changing upload limit for WP All-in-One Migration
Changing upload limit for WP All-in-One Migration
My server is stuck with file uploads stuck at 50MB, but this two lines of codes in your .htaccess sorts it
php_value upload_max_filesize 512M
php_value post_max_size 512M
That should sort ya