-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation issue on multiple file upload #2175
Comments
Another problematic thing is empty spaces in validation rules. I mean: It'd be handy if remove spaces with str_replace or regex. |
Spaces are not allowed in validation rules strings- that is not a bug. |
Closed by #2265 |
In validation
getFile()
returns NULL in CI4\system\Validation\FileRules.php if send multiple file to validate. Should check if multiple or single uploadSame issue on other validation methods where is used
getFile()
My Controller method
HTML code
The text was updated successfully, but these errors were encountered: