Extension talk:ResumableUpload
Add topicAppearance
Latest comment: 13 years ago by RussNelson
I think this is all you need to change to support appendFinal. I've already checked in the changes to core to allow this to work.
public function finalizeFile() { $this->appendChunk(); + $this->appendFinal( $this->mTempPath ); $this->mTempPath = $this->getRealPath( $this->repoPath ); }