FileUpload maxSize is ignored #14736
-
PackageForm builder Package Versionv3 How can we help you?i have livewire component where i have this form `
} ` now you must be wondering what is this
i have helper function called getDynamicSchema which dynamically load custom inputs like this `function getDynamicSchema($customFields): array
} So the problem is that my form correctly validate the maxSize(1024) if this is inside createAction form directly but not with dynamically created form inputs in the grid, which means i can upload upto 8mb or higher but my dynamic field_max has value = 1024 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
here is the solution https://stackoverflow.com/questions/79170221/filament-fileupload-maxsize-is-ignored |
Beta Was this translation helpful? Give feedback.
here is the solution
https://stackoverflow.com/questions/79170221/filament-fileupload-maxsize-is-ignored