You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
<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
The text was updated successfully, but these errors were encountered: