Why am I getting Garbled international characters in the name when opening streamed file in IE?

Hi Folks!

Here’s another IE behavior that we thought you might find interesting…

Scenario:

IE makes a request and receives an HTTP response with the "Content-Disposition: attachment" header specifying a filename that includes non-ascii characters. For example, using %XX to encode UTF-8 representations of a Japanese filename. The client has checked "Always send URLs in UTF-8," so the filename is displayed properly, and properly saved if you choose to save it. However, If you choose to Open the file (for example, opening a .csv file in Excel), the filename that Excel uses contains the garbled (%XX) representation of the characters. 

But why?!

In this scenario, the application IE uses to Open the file (in this case, Excel) actually opens the cached file that IE creates when downloading the HTTP response. When IE creates the cached file, if there is a Content-Disposition header and the filename parameter is used, IE simply uses the text from the HTTP header to set the cache filename.  So while it may seem like bad behavior, it’s actually by design!

Regards,

The IE Support Team