You can verify the change in settings has taken effect by viewing the output of phpinfo().
1 2 3 4 5 6 7 8 9 10 11 12 |
# bigger uploads php_value post_max_size 300M php_value upload_max_filesize 300M # longer running time php_value max_execution_time 3600 php_value max_input_time 3600 # mo memory php_value memory_limit 64M |