F
Filamentβ€’8mo ago
joemardevs

File Upload 422 Error

{
"message": "The files.0 failed to upload.",
"errors": {
"files.0": [
"The files.0 failed to upload."
]
}
}
{
"message": "The files.0 failed to upload.",
"errors": {
"files.0": [
"The files.0 failed to upload."
]
}
}
Can't upload a images it gives me a error above on reponse
No description
26 Replies
joemardevs
joemardevsβ€’8mo ago
Code on my file upload
No description
toeknee
toekneeβ€’8mo ago
Try removing image and optimise. Does it work?
joemardevs
joemardevsβ€’8mo ago
same error
toeknee
toekneeβ€’8mo ago
What type of file are you uploading?
joemardevs
joemardevsβ€’8mo ago
jpg also png
toeknee
toekneeβ€’8mo ago
Can you find it in your temporary storage path?
joemardevs
joemardevsβ€’8mo ago
i can't see
toeknee
toekneeβ€’8mo ago
Make sure to run php artisan storage:link
joemardevs
joemardevsβ€’8mo ago
The error is showing when im gonna upload a above 2MB size but the rules on my livewire is null If im gonna upload a below it will success idk why, but i dont have a validation for size tho yes i already run it
einnlleinhatt_
einnlleinhatt_β€’8mo ago
@Joemar maybe your php setting like upload limit things
joemardevs
joemardevsβ€’8mo ago
No description
joemardevs
joemardevsβ€’8mo ago
but its set to 2G which is 2 Gigabytes
einnlleinhatt_
einnlleinhatt_β€’8mo ago
Does the Laravel log say anything?
joemardevs
joemardevsβ€’8mo ago
says "The files.0 failed to upload."
ModestasV
ModestasVβ€’8mo ago
Is there anything in laravel.log file?
einnlleinhatt_
einnlleinhatt_β€’8mo ago
I mean the full Laravel log
joemardevs
joemardevsβ€’8mo ago
where i can found this?
ModestasV
ModestasVβ€’8mo ago
storage/logs/laravel.log
joemardevs
joemardevsβ€’8mo ago
its empty
joemardevs
joemardevsβ€’8mo ago
No description
joemardevs
joemardevsβ€’8mo ago
Thanks guys already found a solution
ChesterS
ChesterSβ€’8mo ago
No description
toeknee
toekneeβ€’8mo ago
And what was it?
joemardevs
joemardevsβ€’8mo ago
The problem is the
max_upload_size
max_upload_size
on the php.ini
einnlleinhatt_
einnlleinhatt_β€’8mo ago
2g is not enough? 😱
joemardevs
joemardevsβ€’8mo ago
idk but i changed it to 12M and it works
Want results from more Discord servers?
Add your server
More Posts