Hi ,
I am downloading a file with filename having french characters .
My code is like this ,
strFilename = "dossier de téléchargement.docx"
Response.AddHeader("Content-Disposition", "attachment;filename=""" &strFilename)
But when we are using Internet Explorer after downloading , the filename is converted to
'dossier_de_téléchargement.docx' .
Please help
Thanks in advance
Jophin
jophin
I am downloading a file with filename having french characters .
My code is like this ,
strFilename = "dossier de téléchargement.docx"
Response.AddHeader("Content-Disposition", "attachment;filename=""" &strFilename)
But when we are using Internet Explorer after downloading , the filename is converted to
'dossier_de_téléchargement.docx' .
Please help
Thanks in advance
Jophin
jophin