Good morning to all, when downloading a pdf and adding a "," (comma) to the header of the pdf mark me the error:
ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION
Can you guide me as I can solve this? I need the name of the pdf to have it like this: "Example, Revision.Pdf"
I'm doing it this way:
Dim nameFinal As String = "Ejemplo, Revision.pdf"
HttpContext.Current.Response.AddHeader("Content-Disposition", "attachment; filename=" & nameFinal)
Use vb.net, and this only happens in Chrome, in IE it works fine