Hi,
cutechat: How about this way ?
<globalization requestEncoding="windows-1251" responseEncoding="UTF-8" culture="ru-ru" enableClientBasedCulture="false"/>
The reverse solution works for uploader:
<globalization requestEncoding="UTF-8" responseEncoding="windows-1251" culture="ru-ru" enableClientBasedCulture="false" />
But it's not appropriate way for us, because it leads to incorrect posting and the subsequent display of cyrillic characters.
cutechat: Can you see the correct characters when the file is UPLOADING ??
Yes, I can see them.