TO SEND MMS FROM MMS-IN WITH HTTP POST = MMS CORRUPTED

TO SEND MMS FROM MMS-IN WITH HTTP POST = MMS CORRUPTED SearchSearch
Author Message
whiskyconorujo
New member
Username: V800

Post Number: 16
Registered: 05-2007
Posted on Thursday, July 19, 2007 - 03:35 pm:   

Hi, I’m Antonio and:

I try to send mms received in the mms-in folder with an http post. I wanted to keep this mms received in a web server in order to send them by http post from other computer/s, and I want to send exactly the same mms as is received. The problem is that I receive the mms with an additional slide saying that “there is content in the mms unreadable for the mobile”. Ok, then I read in the nowSms guide that the files that you attach in http post/get are supposed to be in the mms-in folder. Is that the problem? When I compile previously all inside the mms-in folder this .mms is perfect for me. But I would like now sms to do it automatically when posting. Any idea of solving this matter?

The posts I do are like that:

http://217.128.120.73:8800/?PhoneNumber=06108039XX&MMSFile=http://perso.ensil.un ilix.xx/~baluze/antonio/mms-in/44015624a.hdr&MMSFile=http://perso.ensil.unilix.x x/~baluze/antonio/mms-in/44015624a/main.smil&MMSFile= http://perso.ensil.unilix.xx/~baluze/antonio/mms-in/44015624a/smil.txt&MMSFile= http://perso.ensil.unilix.xx/~baluze/antonio/mms-in/44015624a/Image(11).jpg&MMSFile= http://perso.ensil.unilix.xx/~baluze/antonio/mms-in/44015624a/Summerdream.mid

Thanks you!

Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7397
Registered: 10-2002
Posted on Friday, July 20, 2007 - 10:12 pm:   

The HDR file is not a valid MMS component. That is a text version of the MMS headers generated by NowSMS when a message is written to the MMS-IN directory.

The HDR file is supported by MMSCOMP, but it is not supported as a component when submitting to NowSMS.

As I think I mentioned in another thread, the only way this would work is if you ran MMSCOMP before resubmitting the message, and then submitted the file generated by MMSCOMP instead of individual components.

-bn