Skip to content
#

aspnetcore

Here are 2,201 public repositories matching this topic...

mathijsco
mathijsco commented Jun 28, 2021

Describe the bug

Downloading files from a .net core ASP webserver is creating wrong file names in the fileNameStar field in the Content-Disposition header.
When a file name is used with a smiley, e.g. "File 🤩 name.txt", the header that is generated is wrong.

The following value is returned in the Content-Disposition header:
`attachment; filename="File __ name.txt"; filename*=UTF-8''File

Improve this page

Add a description, image, and links to the aspnetcore topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the aspnetcore topic, visit your repo's landing page and select "manage topics."

Learn more