1
Answer

how to upload and retrieve image from php server on WP 8.1

Photo of Zaryab Rajput

Zaryab Rajput

9y
445
1
I am developing an app on windows phone 8.1. The problem is that how to upload an image and retrieve an image from php server on windows phone 8.1. I tried many times. i converted the image byte array into base64string and then send it to the php server but base64string cann't upload to the php server showing the base64string is too large. Then what is the solution of this?
 

Answers (1)

0
Photo of Sandy
NA 634 5.3k 7y
HI,
Please follow this link
https://www.codeproject.com/Tips/497123/How-to-make-REST-requests-with-Csharp
 
 
Hope this help!
Thanks