I am new to c#. I am developing an iOS project. i want to upload images to server. So i want to convert image into string. can anyone help me to do this.
I am agree any type of method to upload image to sever.
I am new to c#. I am developing an iOS project. i want to upload images to server. So i want to convert image into string. can anyone help me to do this.
I am agree any type of method to upload image to sever.
The same just a little bit less code
How about that?
If you have the System.Drawing.Image object instead of a file path, you can do:
And then you pass the 'serialiazed' value to the server.
Put if it will work depends on how the server will handle that.