I need to send files (*.zip, *.jpg, *.xml etc) from Windows CE 5.0 device to a server via GPRS. What are the options of sending files across to server?
I have been successful in sending some data using AT commands of Hayes compatible modem
AT-Command Interpreter ready AT+CGDCONT=1,"IP","AIRTELGPRS.COM" OK AT%ETCPIP OK AT%ETCPIP? %ETCPIP:1,"117.98.182.100",,"202.56.250.5","202.56.230.5"
OK AT%OPEN="TCP","59.182.32.235",8001 CONNECT
AT%IOMODE=1 OK AT%IPSEND="11" %IPSEND:1,15 OK
However there is no command for sending files.