Re: PutFile (myMemoryStream) (General questions)
Hal,
Can you please change encoding from Unicode to UTF8 (this is unicode also).
Something like this:[code]System.Text.Encoding.UTF8.GetBytes(TextBox1.Text)[/code]
Does that help maybe?
Drazen
Hal,
Can you please change encoding from Unicode to UTF8 (this is unicode also).
Something like this:[code]System.Text.Encoding.UTF8.GetBytes(TextBox1.Text)[/code]
Does that help maybe?
Drazen
Complete thread: