0

I am to develop application to send Email (with attachment) and MMS using Telit GL865 modem. Modem does not support WAP communication. Can MMS be sent using HTTP via GPRS? Is that a problem?

himanshu
  • 417
  • 5
  • 18

1 Answers1

0

In general it's possible but its really hard to find some info on the net.

To send an MMS using HTTP protocol you need to use HTTP POST method.

In the header put MMS proxy addr, port, MMS Central addr etc (all provided by the carrier). While as the data for the POST method simply provide formatted MMS.

Make sure you are connected to the MMS APN before sending an POST message to the server.

djf
  • 6,592
  • 6
  • 44
  • 62
Tyka
  • 1