Closed tsuzukit closed 8 years ago
Chunks can be uploaded in random sequence, because of this we should check existence of all chunks.
Ah ok, thank you.
I have experienced $file->save()
is called twice and file is corrupted when that happen. (I followed Advanced Usage in REAME.md)
I guess my implementation may not be good, so I will investigate more. Anyways, thank you for the great library.
Are you running in windows env?
Curerntly I use Centos6.5 on vagrant
For some occasion, I have seen
$file->validateFile()
passes at second last request of POST. I think it would be good to check explicitly if current chunk number is the last one.