yiisoft / validator

Yii validator library
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
110 stars 36 forks source link

Add file validator for out of the box solution. #591

Open ghost opened 1 year ago

ghost commented 1 year ago

What steps will reproduce the problem?

What is the expected result?

What do you get instead?

Additional info

Q A
Version 1.0.?
PHP version
Operating system

Add validator for UploadFile and SplFileInfo.

samdark commented 1 year ago
  1. It should work w/ UploadedFileInterface from PSR-7.
  2. May support multiple uploads for the same field.
samdark commented 1 year ago

Since there's no PSR-7 dependency in this package, it might be worth having it elsewhere.