Uploading "big" Images with Filepond

i have an upload component for images. if i try to upload an image with 16,4 MB i get an error with status 422. i have no size validation. what can i do?!

Bildschirmfoto 2020-06-15 um 11.24.32|690x256

Sorry,
i found it in the docs. By default, Livewire will validate ALL temporary file uploads with the following rules: file|max:12288and i have to add a new rule in the config.

1 Like