File attachment in web-enabled forms. (Problem with encode of filename).

N

NppStation

Good day!

I have file attachment control in my web-enabled form. When users try
save attachment in browser, file saving with wrong encoding of
filename. Filename has cyrillic (Russian) letters. OS use windows-1251
encoding for this letters. Filename seems like win-1251 -> UTF-8
encoding was made.
How I can fix this problem?
On the web form filename look correct. Problem only with saving file
from file attachment.
Thank you for answers!

P.S. Sorry for my english. I'm from Russia.
 
N

NppStation

Sorry for everyone!
I found solution myself - <globalization
responseHeaderEncoding = "windows-1251" /> help me.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top