sending files to web server using GPRS

  • Thread starter Thread starter neil.shaw
  • Start date Start date
N

neil.shaw

hello
can anyone help me. I want to send files from my smartphone to a server
or a web server using GPRS. i want to develop a program in .NET compact
framework can anyone ppoint me in the right direction on where to start


thanks shawrie
 
Hi Neil,

You can use .NET Web Services to except the data server side (providing you
are using IIS).
See here for web services examples:
http://www.c-sharpcorner.com/WebServices.asp

You can use (if you are not already using) OpenNETCF Connection Manager to
handle the GPRS connectivity:
See here: http://www.opennetcf.net

This is based on an assumption you are developing a Windows Forms application.

Cheers
Simon.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top