sending files ffom smartphone

Hi all,
I am developing a smartphone application (in c#). This application will record the voice from the user and will save as .wav file. I have completed the work till now. Now I need to send this file to one of the Personal Computer(dedicated server) which is located in some other region. So i need to implement it as wireless connection (There will not have any wired connection between the smartphone and PC). I heard about so many technologies like WAP, GPRS, RAPI etc. But I am not familiar with all it. Please help me!!!

Also in order to implement it, should i connect any extra device with Smartphone or PC? Aslo can u provide some sample application

Thanks in advance
Rajesh.

[781 byte] By [Acusis] at [2008-1-27]
# 1

Since you will be sending to a dedicated server and will be a wireless connection you may want to use a webservice to send the file. To implement just create a webservice on your dev box that the smartphone connects to. I don't know of any sample application but it's pretty straight forward to build this.
Mark Arteaga
.NET Compact Framework MVP
http://www.neotericsdc.com | http://blog.markarteaga.com

MarkArteaga_MVP at 2007-9-7 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...