FileInput is a special Input type for handling uploaded files.
It differs from Input in a few ways:
@param boolean $value Enable/Disable automatically prepending an Upload validator
| Return type: | FileInput |
|---|
@param mixed $context Extra “context” to provide the validator
| Return type: | boolean |
|---|
No-op, NotEmpty validator does not apply for FileInputs. See also: BaseInputFilter::isValid()
| Return type: | void |
|---|
@param InputInterface $input
| Return type: | FileInput |
|---|