A
ad
I use a fileUpload of ASP.NET to read a csv file from client into a Strem
like:
Stream myStream = FileUpload1.FileContent;
But the file from Client if of CharSet BIG5.
How can I covert it to UTF8?
like:
Stream myStream = FileUpload1.FileContent;
But the file from Client if of CharSet BIG5.
How can I covert it to UTF8?