mobile file request

This commit is contained in:
Čarodej
2022-02-22 11:36:28 +01:00
parent c3398f0da4
commit ee67b8050d
7 changed files with 75 additions and 16 deletions

View File

@@ -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();