pradosoft / prado

Prado - Component Framework for PHP
Other
186 stars 70 forks source link

Feature request: File validator #636

Open frkinta opened 7 years ago

frkinta commented 7 years ago

I think a "TFileValidator" will be great since HTML5 allow to have some basic informations of files (size, mime, extension,...) locally on the browser. The validator will check each input file :

What do you think about?

samdark commented 7 years ago

We have some clientside validation for files in Yii 2: