Help help help

Help help help SearchSearch
Author Message
Tommy Andersen
New member
Username: Enfisk

Post Number: 18
Registered: 05-2009
Posted on Wednesday, May 20, 2009 - 02:01 pm:   

Hmmm MMS is not an easy thing

If I want to use nowsms server to create MMS,
but would like to use my own backend system to do so I can make auto generated mms from a database .. on request / action from a user

IS this even possible

1 I hafe to send all data to the NOWSMS Server so NOWSMS can creating the MMS. right...?

But how do i get NowSMS server to accept a Picturelink ? i hafe Picture in A DB as B. data

i Guess the haft to send all data to the 8800 port

best regards
T****
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 831
Registered: 08-2008
Posted on Thursday, May 21, 2009 - 09:53 pm:   

Hi Tommy,

The following link shows the different raw message formats for performing submissions:

http://blog.nowsms.com/2009/02/sending-mms-messages-with-nowsms.html

In the first example, it shows how you would perform an HTTP POST of the data. This POST uses the "multipart/form-data" MIME content type, which is often referred to as "HTTP File Upload".

Submitting an MMS message this way is the same way that you would perform an "HTTP file upload" to another web server.

While we don't have an example for ASP (as I mentioned in another thread), we have done examples for Java, PHP and a command-line interface.

In these examples, we searched the internet for examples of "HTTP file upload", and customised them to make them more specific to NowSMS.

PHP Example: http://blog.nowsms.com/2008/11/nowsms-php-example-send-mms-message.html

Java Example: http://blog.nowsms.com/2009/02/nowsms-java-example-send-mms-message.html

Command line Example: http://blog.nowsms.com/2007/07/sending-mms-from-command-line.html

--
Des
NowSMS Support