My php.ini file only includes the following code;
; Maximum allowed size for uploaded files.
upload_max_filesize = 8M
; Maximum size of POST data that PHP will accept.
post_max_size = 8M
I restarted WAMP but I am still limited to 2MB. Is the above code all thats needed in php.ini or should there be more there?