make it possible to detect transferID part

This commit is contained in:
Bjoern Schiessle 2013-11-11 17:47:46 +01:00
parent 2628601e79
commit 68f3f2e691
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ class OC_Connector_Sabre_File extends OC_Connector_Sabre_Node implements Sabre_D
if ($chunk_handler->isComplete()) {
// we first assembly the target file as a part file
$partFile = $path . '/' . $info['name'] . '-' . $info['transferid'] . '.part';
$partFile = $path . '/' . $info['name'] . '.ocTransferId' . $info['transferid'] . '.part';
$chunk_handler->file_assemble($partFile);
// here is the final atomic rename