We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d621e27 commit c6802bfCopy full SHA for c6802bf
src/Flow/File.php
@@ -58,7 +58,7 @@ public function getIdentifier()
58
*/
59
public function getChunkPath($index)
60
{
61
- return $this->config->getTempDir().DIRECTORY_SEPARATOR.$this->identifier.'_'.$index;
+ return $this->config->getTempDir().DIRECTORY_SEPARATOR.basename($this->identifier).'_'. (int) $index;
62
}
63
64
/**
0 commit comments