Send MMS from nowmms to an ASP

Send MMS from nowmms to an ASP SearchSearch
Author Message
swathi
New member
Username: Swathi

Post Number: 10
Registered: 05-2009
Posted on Saturday, June 27, 2009 - 08:10 pm:   

Hi ,
Iam have written an application which can receive MMS mesasges. For this i want to use nowsms as MMSC. That is I want to send a MMS from nowsms to my application .
Is this a valid case. Because i tried configrung many ways in nowsms but the mms doesnot seem to come to my application.

Please suggest how can i achieve this.

Thanks & Regards
Swathi
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 957
Registered: 08-2008
Posted on Monday, June 29, 2009 - 07:33 pm:   

Hi Swathi,

We have an example of how to do this from PHP:

http://www.nowsms.com/download/php2waymms.pdf

Basically, NowSMS is configured to post the MMS content via an HTTP file upload interface (MIME Type = "multipart/form-data").

The example that I referenced above includes a PHP script that can receive and process the MMS.

Theoretically the same thing could be done from ASP ... I just don't know enough about ASP to do it.

Basically, what NowSMS is doing is using the "HTTP File Upload" interface that is used when you have a web form that allows you to upload one or more files. If you can find some ASP code that processes standard "HTTP File Upload" requests (without requiring anything special in the web form because NowSMS will be performing the POST programmatically), then you might be able to make this work.

Then again, it might be quicker to learn some PHP and adapt our example to your needs.

--
Des
NowSMS Support