Download file with 'correct_national_character' filename (iso-8859-2)
Posted By:
troppau_troppau
Posted On:
Thursday, April 24, 2003 04:11 PM
I have the same problem with iso-8859-2/windows-1250.
Statements like
response.setContentType (document.mimeType + ";charset=iso-8859-2");
response.setHeader ("Content-Disposition", "attachment;filename="íáíýíá"");
response.addHeader (...
doesn't work the correct way in mozilla or iexplorer
does anyone know how to solve this, please ?
thanks