mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 00:02:15 +00:00
backblaze fix
This commit is contained in:
@@ -33,7 +33,7 @@ class DownloadFileAction
|
||||
'ResponseContentType' => Storage::mimeType($filePath),
|
||||
'ResponseContentLength' => Storage::size($filePath),
|
||||
'ResponseContentRange' => 'bytes 0-600/' . Storage::size($filePath),
|
||||
'ResponseContentDisposition' => "attachment; filename=$fileName",
|
||||
'ResponseContentDisposition' => 'attachment; filename="' . $fileName . '"',
|
||||
];
|
||||
|
||||
// If s3 redirect to temporary download url
|
||||
|
||||
Reference in New Issue
Block a user