PostTooLargeException in ValidatePostSize.php line 22 laravel
问题 I am trying to upload a form containing images too. When I submit it. it shows this error PostTooLargeException in ValidatePostSize.php line 22: How do I resolve this issue? 回答1: Check the following parameters in your php.ini file. I've had this issue on several occasions and it's usually because the max_file_size is set to 2M by default. max_file_size upload_max_filesize post_max_size **Edit I was asked how to validate file size using the validate method in Laravel before the file is sent to