How to send image via webservices
-
Hi to all, I want to send image through other details. For Example My xml is like this and I want to send like as string (Return type as string). <uid>xxxxx </uid> <logoimg>Here My Byte code<logoimg> ...... ...... How can i do it, user after getting the xml how he can save it as image again.. Please give me all details..
-
Hi to all, I want to send image through other details. For Example My xml is like this and I want to send like as string (Return type as string). <uid>xxxxx </uid> <logoimg>Here My Byte code<logoimg> ...... ...... How can i do it, user after getting the xml how he can save it as image again.. Please give me all details..
Shaik Haneef wrote:
Please give me all details..
Google. Or just do it, all you need to do is add a method that returns a bitmap.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Shaik Haneef wrote:
Please give me all details..
Google. Or just do it, all you need to do is add a method that returns a bitmap.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Please Give me accurate link.. I can't found so that I am posted in forums.
-
Please Give me accurate link.. I can't found so that I am posted in forums.
Your profile says that you have 2 years of .NET experience. Is this true ? I found examples in seconds. The ones I found, sent the image back as a byte array then put them in a memory stream, and built the bitmap using Bitmap.FromStream. I'm not sure you can't just return a bitmap, but if all else fails, that seems like the trivial way to do it, to me.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Please Give me accurate link.. I can't found so that I am posted in forums.
What do you a link for, the google search[^]? The second result is an article here on code project addressing your precise question.
If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) www.JacksonSoft.co.uk
-
Your profile says that you have 2 years of .NET experience. Is this true ? I found examples in seconds. The ones I found, sent the image back as a byte array then put them in a memory stream, and built the bitmap using Bitmap.FromStream. I'm not sure you can't just return a bitmap, but if all else fails, that seems like the trivial way to do it, to me.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
Every thing we if we found in google why this forums available & why you need to ask again to search in google, Hmmmmmmmmm I found my solution by my Own http://www.dailycoding.com/Posts/convert_image_to_base64_string_and_base64_string_to_image.aspx[^]
-
What do you a link for, the google search[^]? The second result is an article here on code project addressing your precise question.
If you have knowledge, let others light their candles at it. Margaret Fuller (1810 - 1850) www.JacksonSoft.co.uk
Every thing we if we found in google why this forums available & why you need to ask again to search in google, Hmmmmmmmmm I found my solution by my Own http://www.dailycoding.com/Posts/convert\_image\_to\_base64\_string\_and\_base64\_string\_to\_image.aspx\[^\]