Gargron / fileupload

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

Error on Using FileNameGenerator\MD5() #23

Closed ghost closed 7 years ago

ghost commented 8 years ago

error

Error on Using FileNameGenerator\MD5() because _Simple _ is already in use

Gargron commented 8 years ago

My question is, why is the validator required from that class? And why is it a specific one rather than the Validator interface? I feel like that line could be removed altogether. Must be from one of the pull requests...

ghost commented 8 years ago

Yes. You're right :+1: