perf: 修复iOS下载中文名乱码的问题
This commit is contained in:
@@ -1819,7 +1819,7 @@ class ProjectController extends AbstractController
|
||||
}
|
||||
//
|
||||
$filePath = public_path($file->getRawOriginal('path'));
|
||||
return Base::streamDownload($filePath, $file->name);
|
||||
return Base::BinaryFileResponse($filePath, $file->name);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user