Is there a better way to diagnose file upload size issues? I think I have my php.ini set up right.. Hititng this code: else if (!($xml = @file_get_contents($_FILES['import']['tmp_name']))) { \Idno\Core\Idno::site()->session()->addErrorMessage(\Idno\Core\Idno::site()->language()->_("We couldn't open the file you uploaded. Please try again."));