mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-18 19:25:01 +00:00
chunk issue
This commit is contained in:
@@ -18,7 +18,7 @@ class StoreFileChunksAction
|
||||
$file = $request->file('file');
|
||||
|
||||
// Get chunk name
|
||||
$name = Str::uuid() . '.' . $request->input('extension');
|
||||
$name = $file->getClientOriginalName() . '.' . $request->input('extension');
|
||||
|
||||
// Get chunk file path
|
||||
$path = Storage::disk('local')->path("chunks/$name");
|
||||
|
||||
Reference in New Issue
Block a user