Till now, I was converting image to Base64String
and then send it to Asp.NET server and convert it to image there. But recently, I came to know that HttpPostelFile
is good method for it. I Google
for some example but din't get anyone.
Please anyone help me to upload file from Android Device to Asp.NET Server using HttpPostedFile
or any another good method.
I want it using Asp.NET Web Service.