I’ve been researching Laminas documentation for their FIleInput class and i haven’t found a decent explanation of what those filters and validators actually do.
I’m building a community website and planning to let users upload files and i want to apply security checks on those uploaded files.
So can Laminas\InputFilter\FileInput actually do that? or what does it do exactly?