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?!
Uploading "big" Images with Filepond
Sorry,
i found it in the docs. By default, Livewire will validate ALL temporary file uploads with the following rules: file|max:12288
and i have to add a new rule in the config.
1 Like