I need to capture images sent from cellphones using C# and sending them as a byte stream, and store them in a folder on a web site where the code is all PHP.
I am told Web Services (possibly NuSOAP) is the way to go but having looked at it, it seems that it is designed for a client to request data and the server to send, not the client to send data and the server store it.
Any pointers as to the right direction to go to create this functionality would be greatly appreciated.