Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear,

In my application i need to transfer the images from one server to another server using Web Services, Please provide me the solution how to do...

Thanks..
Posted
Comments
vijay__p 13-May-13 9:05am    
What have you done so far ?

1 solution

One of the way to do this is Converting your Image into Base64 String while sending and Convert Base64 String back to Image once retriwed on another Server.

Have a look at below link for Converting Image to Base64 String and Base64 String to Image.
http://www.dailycoding.com/Posts/convert_image_to_base64_string_and_base64_string_to_image.aspx
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900