Sending .mms file

Sending .mms file SearchSearch
Author Message
swathi
New member
Username: Swathi

Post Number: 4
Registered: 05-2009
Posted on Thursday, June 04, 2009 - 07:25 pm:   

Can any one suggest me. I have two queries related to sending mms :

1).

i want to send mms (.mms file ) from web interface .

iam constructing MM1 PDU using Nokia Java library .

Iam sending the MM1 PDU over http . Basically using EAIF.

The java library supports building and sending mms from separate files. .

So since the mms file is m-send-req , can i directly set the mms file content in the HTTP body as mm1 PDU and send.


2)

I am writing a mms service (java) for sending mms . I only know that the client a byte [] . What can be the content/file format the client can upload .

Please suggest .