Gargron / fileupload

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

added completed flag to file object #11

Closed andheiberg closed 10 years ago

andheiberg commented 10 years ago

I know you mentioned the completed callback, but it doesn't work for my use case.

Gargron commented 10 years ago

Alright, one could have checked if the path property was set (it is only set once the file is complete), but this doesn't break anything and an explicit flag doesn't hurt. Merging.