Extension talk:ResumableUpload

From mediawiki.org
Latest comment: 12 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 );
 	}

--RussNelson 01:46, 23 May 2011 (UTC)Reply