I need to copy picture files from my android device to web server running in IIS. I dont have any expertise in php. Can any body help me with ASP.Net script to save the file.
If you want to use SOAP Web Service you could base64binary encode the file, which if not a very good method for big files.
Also you can stream data, WCF support streaming data http://msdn2.microsoft.com/en-us/library/ms733742.aspx
I tried SOAP, but it didnt work. I think its because the file size is big. I don't have idea how to stream data. The link you have send is also not working. Please anybody help me.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.