hi im using a code like
the save window popups but the file name is shown with strange charactersVB Code:
Response.Charset = "iso-8859-7"; Response.AddHeader("Content-Disposition", "Attachment;FileName=ασσα");
any ideas please?
Printable View
hi im using a code like
the save window popups but the file name is shown with strange charactersVB Code:
Response.Charset = "iso-8859-7"; Response.AddHeader("Content-Disposition", "Attachment;FileName=ασσα");
any ideas please?
Does it do it in all browsers?