I need to send an image and text from android to wcf service, tried with http client with multipart but no luck, kindly suggest.
相关问题
- Views base64 encoded blob in HTML with PHP
- How can I create this custom Bottom Navigation on
- How to get the background from multiple images by
- Bottom Navigation View gets Shrink Down
- How to make that the snackbar action button be sho
send image using multipartBuilder and send text separately as json via http url connection, the below code for sending image to wcf service is this Android code
WCF CODE TO GET THE IMAGE STREAM SENT FROM ANDROID Three steps to upload image using Multipart Parser from android to WCF Rest Service