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 a006ff5 commit e1ffe87Copy full SHA for e1ffe87
src/Handler/ResumableJSUploadHandler.php
@@ -43,7 +43,7 @@ public function __construct(Request $request, $file, $config)
43
*/
44
public function getChunkFileName()
45
{
46
- return $this->createChunkFileName($this->fileUuid, $this->getCurrentChunk());
+ return $this->createChunkFileName(substr($this->fileUuid,0,40), $this->getCurrentChunk());
47
}
48
49
/**
0 commit comments