Gargron / fileupload

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

Fails validate when php error is string #26

Closed olegmar closed 7 years ago

olegmar commented 8 years ago

I process array of files. Php upload error is string(1) "0", but in validate() you check ($error !== 0) and my upload failed.

And is see that you not show any validate error messages, i think it may be very useful