Click here to Skip to main content
15,867,488 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm using Visual Studio .NET 2005. In my project, when I use the FileUpload ASP.NET control for uploading docs (for example, file name: İşlistesi.doc), if there are Turkish chars in the file name, when I browse the file, its name looks normal, but when I save the doc to the server, the file name's Turkish characters change to the Enter char (like this: i�listesi.doc).

I'm calling my function from a C# class and I have added Turkish CharCodes to my ASP.NET C# class, and I have also added globalization code to the web.config. But it doesn't help.

I need help. Thanks!
Posted
Updated 11-Mar-10 10:39am
v2

1 solution

I suppose, Turkish char support is not installed on server, that's why PC is not displaying character properly
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900