Gargron / fileupload

PHP FileUpload library that supports chunked uploads
MIT License
459 stars 87 forks source link

Put more than validator #69

Closed cristotodev closed 6 years ago

cristotodev commented 6 years ago

Can i put more than validator a file?

adelowo commented 6 years ago

Do you mean more than 1 validator ? FileUpload#addValidator is what you need. Call it as many times as you like, internally validators are saved in an array and a foreach is used when validating