how can I post the data onto the server ?
Iam working on a c# code which actually opens a tif file and reads the file with a stream reader which is then stored in a string. Now I need to post this string data onto another server
How do I communicate with the other server and post the data onto that?
Please let me know
thanks,