K1S4K1
K1S4K1
FFilament
Created by K1S4K1 on 12/10/2024 in #❓┊help
FileUpload Validation Messages
anyways @Mohamed Ayaou thank you so much for the help!
20 replies
FFilament
Created by K1S4K1 on 12/10/2024 in #❓┊help
FileUpload Validation Messages
what i want to do is to show the error message while the liverwire temporary file upload is taking place not after i click the create button.
20 replies
FFilament
Created by K1S4K1 on 12/10/2024 in #❓┊help
FileUpload Validation Messages
but i need to keep the maxSize on the field to 25mb, currently it looks like this
->acceptedFileTypes([
'image/jpg',
'image/jpeg',
'image/png',
'application/msword',
'application/pdf',
])
->maxSize(25600)
->acceptedFileTypes([
'image/jpg',
'image/jpeg',
'image/png',
'application/msword',
'application/pdf',
])
->maxSize(25600)
20 replies
FFilament
Created by K1S4K1 on 12/10/2024 in #❓┊help
FileUpload Validation Messages
No description
20 replies
FFilament
Created by K1S4K1 on 12/10/2024 in #❓┊help
FileUpload Validation Messages
you mean the size of the file i'm trying to upload, if so its 31.5 mb
20 replies
FFilament
Created by K1S4K1 on 12/10/2024 in #❓┊help
FileUpload Validation Messages
on php.ini its set to 40mb on livewire config its set to 25mb in bytes and on the field also set to 25mb in bytes
20 replies
FFilament
Created by K1S4K1 on 12/10/2024 in #❓┊help
FileUpload Validation Messages
No description
20 replies
FFilament
Created by K1S4K1 on 12/10/2024 in #❓┊help
FileUpload Validation Messages
it shows 422 unprocessable content
20 replies
FFilament
Created by K1S4K1 on 12/10/2024 in #❓┊help
FileUpload Validation Messages
already tried this didnt work tho
20 replies