Gargron / fileupload

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

Added * support to validator #8

Closed andheiberg closed 10 years ago

andheiberg commented 10 years ago

7

Gargron commented 10 years ago

I'm sorry, but if you want to allow all types and sizes, why add the validator at all? It's optional.

andheiberg commented 10 years ago

Well I didn't know that you could choose not to have a validator.

However this would allow you to say new Validator(10000)to just validate size or new Validator('*', ['image\jpg']). Any how the solution you suggested in the issue is better.