In my Spring Rest web service ,I want to transfer image from web service to client (Windows Form) and vice versa. What I'am doing now is,I convert the image to Base64 string and transferring.I know its not a good method.Please suggest me the best method for doing the same.
Asked
Active
Viewed 774 times
0
-
1Please see this. http://stackoverflow.com/questions/8656085/how-to-send-an-image-from-web-service-in-spring – Chamil Jun 19 '14 at 10:39
-
Thanks.I will try this method.But how to get image from client side? – psms Jun 19 '14 at 10:49