I have a project where I create text-files. My project is configured to use UTF-8 encoding wich is why (i'm guessing) the text-files I create uses UTF-8 encoding.
How can I upon creating textfiles make sure it uses ANSI-encoding?
All right! That did point me in the right direction. Problem solved!
However...
I have another issue regarding streaming textfiles. is there a way to stream several textfiles to a user? lets say a user clicks a button (ASP.NET) and after my app does it's thing a few diffrent textfiles displays to the user.
My cuurent solution is that the app saves textfiles to a folder on the client-harddrive. Wich I would like to avoid.
Bookmarks