mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 01:12:14 +00:00
mobile file request
This commit is contained in:
@@ -21,7 +21,7 @@ class MoveFileToExternalStorageAction
|
||||
// Get file size
|
||||
$filesize = $disk_local->size("files/$user_id/$file");
|
||||
|
||||
// If file is bigger than 5.2MB then run multipart upload
|
||||
// If file is bigger than 5.2 MB then run multipart upload
|
||||
if ($filesize > 5242880) {
|
||||
// Get driver
|
||||
$driver = Storage::getDriver();
|
||||
|
||||
Reference in New Issue
Block a user