Gargron / fileupload

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

Changed Validator #13

Closed thenovacreator closed 10 years ago

thenovacreator commented 10 years ago

I have added a Util class with an function to convert the human readabel Filesize format to an Number. This function is used by the validator to make the user abel to set the max file size with something like "10M".

Gargron commented 10 years ago

Hello! Thank you for the PR, it is a nice addition, but I won't merge until it passes the test, there seems to be an error with the usage of $this in a static context.

Cheers!

thenovacreator commented 10 years ago

The was a static keyword missing. I have fixed it.

Gargron commented 10 years ago

Thank you for contributing. Nice change :)