Improve retrieving max. file size upload information, inspired by Drupal core.
Also, the previous assertion of 'maxFilesize' => 2097152 in ManagedFileTest was incorrect, given we set the maxfilesize to be 80 kb in this test.
'maxFilesize' => 2097152
ManagedFileTest
Closes #3478477