How to Send WAP Multimedia Message in URL?

How to Send WAP Multimedia Message in URL? SearchSearch
Author Message
FanQifeng
New member
Username: Crying_gg

Post Number: 2
Registered: 05-2006
Posted on Friday, August 04, 2006 - 09:41 am:   

just like

http://127.0.0.1:8800/?PhoneNumber=xxx&Text=xxx

Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 6351
Registered: 10-2002
Posted on Tuesday, August 15, 2006 - 07:38 pm:   

Hi,

The challenge of doing this via a URL submission is that you cannot pass file content in this way.

In other words, you can't submit an image file via a URL.

But you can submit the name of an image file via a URL. NowSMS doesn't allow you to reference a file local on your hard drive (this would present security issues), but you can reference files, such as images, via a URL reference.

Take the example in the following page:

http://www.nowsms.com/documentation/ProductDocumentation/mms_notifications_and_c ontent/Submitting_MMS_Messages_URL.htm

At the bottom of that link is a URL example for submitting an MMS message to NowSMS. In that example, a single "MMSFILE=" parameter is used to reference a URL that points to the image residing on a separate web server. (Multiple instances of the "MMSFILE=" parameter can be used to specify multiple objects to include in the push.)

Sending a WAP Multimedia push uses the exact same URL submission format as for sending an MMS ... except that you must add "&MMSWAPPush=Yes" to the URL request.

Here's another discussion thread that discusses this:

http://support.nowsms.com/discus/messages/485/5127.html