开发者

Sending a Image or other data in nuSoap

开发者 https://www.devze.com 2023-03-01 12:28 出处:网络
How to开发者_开发百科 send a image or a file using the web service to the server ?Here is a good example of how to send a file using NuSOAP:

How to开发者_开发百科 send a image or a file using the web service to the server ?


Here is a good example of how to send a file using NuSOAP:

http://web.imkrisna.com/june/news/simple-file-transfer-using-nusoap/


The web service's documentation should specify the necessary format, which will probably involve base64 encoding the image data. You would do whatever encoding the web service requires and then pass it to nuSoap in the same way you already do for text.

0

精彩评论

暂无评论...
验证码 换一张
取 消