Skip to content
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

File uploading validation not working #10

Open
noorealamdev opened this issue Feb 23, 2024 · 1 comment
Open

File uploading validation not working #10

noorealamdev opened this issue Feb 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@noorealamdev
Copy link

<input id="attachment" name="attachment" type="file" class="form-control text-dark">

$rules = ['attachment' => [ 'required', 'string'] ];

I am not getting any error messages for the upload fields. Is there any way to make it work?

Thanks in advanced

@Bit-Code-Developer Bit-Code-Developer added the enhancement New feature or request label Feb 23, 2024
@csemazharul
Copy link
Collaborator

csemazharul commented Feb 23, 2024

Thank you for reporting this issue!

Currently, file upload validation is not supported in our wp-validator package, but we have plans to introduce this feature in the future. Stay tuned for updates!

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants