We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c233cdd commit 3924cd5Copy full SHA for 3924cd5
1 file changed
src/dotnetCampus.FileDownloader/FileDownloaderHelper.cs
@@ -196,6 +196,7 @@ protected override async Task<HttpResponseMessage> GetResponseAsync(HttpRequestM
196
if (!string.IsNullOrEmpty(fileNameValue))
197
{
198
// 额外判断一下 UTF-8 存在的情况
199
+ fileNameValue = fileNameValue.Trim('"');
200
var match = Regex.Match(fileNameValue, @"([\S\s]*)''([\S\s]*)");
201
if (match.Success)
202
0 commit comments