Hi all,
I have a website in chinese with several forms in it.
Some forms work correctly. It are the forms that are working with the GET method and the form items are collected with the request statement.
But the problem starts with the forms that allow the user to send text and upload a picture. I use as a form method post in this case and I collect the form items with the dundas component. Example statement:
txtTitle = objUpload.Form("txtTitle")
In this case the chinese characters that are posted are changed into all sort of different western characters. Can this be avoided ?
Many thanks for any answer...
Tom
I have a website in chinese with several forms in it.
Some forms work correctly. It are the forms that are working with the GET method and the form items are collected with the request statement.
But the problem starts with the forms that allow the user to send text and upload a picture. I use as a form method post in this case and I collect the form items with the dundas component. Example statement:
txtTitle = objUpload.Form("txtTitle")
In this case the chinese characters that are posted are changed into all sort of different western characters. Can this be avoided ?
Many thanks for any answer...
Tom