使用Asp.Net Web服务将映像从一台服务器传输到另一台服务器 [英] Transfer images from one server to another server using Asp.Net Web Services

查看:82
本文介绍了使用Asp.Net Web服务将映像从一台服务器传输到另一台服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

亲爱的,



在我的应用程序中,我需要使用Web服务将图像从一台服务器传输到另一台服务器,请为我提供解决方案。 。



谢谢..

解决方案

其中一种方法是将图像转换为Base64发送字符串并将Base64字符串转换回图像一旦在另一台服务器上重新生成。



查看以下链接,将图像转换为Base64字符串,将Base64字符串转换为图像。

http://www.dailycoding.com/Posts/convert_image_to_base64_string_and_base64_string_to_image.aspx

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..

解决方案

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


这篇关于使用Asp.Net Web服务将映像从一台服务器传输到另一台服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆