Here is my code :
Response.StatusCode = (int)HttpStatusCode.OK;
Response.Headers.Add(HeaderNames.ContentDisposition, "attachment; filename=\"你好.zip\"");
It occurs 500 error when download the zip, because the words of "你好".
If I using 'Hello.zip', it will work fine.
The error message is :
Invalid non-ASCII or control character in header: 0x4F60