hi

can any one point me in the right direction. Im looking to develop some
software to send files from smartphone to a server over GPRS

thanks shawrie

Re: Sending files to a server using GPRS by Alex

Alex
Mon Oct 31 01:02:56 CST 2005

neil.shaw@sanderson.com wrote:
> hi
>
> can any one point me in the right direction. Im looking to develop some
> software to send files from smartphone to a server over GPRS
>
> thanks shawrie
>

Mostly, people use a web service or just an HTTP PUT or POST. If you
choose former, you'll just define a method that takes a byte array. For
latter (and if you use C++, you don't want to mess with web services),
you just create an HTTP request and send your data