mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
backblaze fix
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## Version 2.2.0.10
|
||||
#### Release date: 27. Jun 2022
|
||||
- Fixed issue with downloading certain file types when you are using Backblaze storage driver
|
||||
- Fixed issue when Google Analytics doesn't record visitors
|
||||
|
||||
## Version 2.2.0.9
|
||||
#### Release date: 23. Jun 2022
|
||||
- Added spinner when pdf is loading
|
||||
|
||||
@@ -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