[Webkit-unassigned] [Bug 12291] A downloaded file via Safari, that has Korean Character in its name shows "??"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 21 04:21:15 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=12291





------- Comment #17 from fedegandino at gmail.com  2008-01-21 04:21 PDT -------
Hi! I've solved the problem setting the "filename" with double quote and
setting the appropiate content-type. As an example:

Response.AddHeader("content-disposition", "attachment;filename=\"" + filename +
"\"")

The content types would be:

xml-> "application/Text"
.doc -> "application/ms-word"
.xls -> "application/ms-excel"




-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list