MmsContentTypes

MmsContentTypes SearchSearch
Author Message
Nastase Georgica
New member
Username: Ngeo

Post Number: 1
Registered: 06-2007
Posted on Thursday, June 07, 2007 - 09:10 am:   

Hello,
i have one problem with content types.
wich hex value are set to define .wav, .zip, .avi ?

like this image: IMAGE_GIF = 0x1D (image/gif), where
0x1D is HEX.}
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 7273
Registered: 10-2002
Posted on Monday, June 25, 2007 - 07:30 pm:   

You can find this information here:

http://www.wapforum.org/wina/wsp-content-type.htm

Note that not all content types have defined numeric values ... the MMS Encapsulation specification (see http://www.openmobilealliance.org/release_program/index.html) defers to the WAP WSP specification (http://www.openmobilealliance.org/tech/affiliates/wap/wapindex.html) for the format that is used for encoding the content-type header. For a simple content-type encoding without any parameters, when a hex code is not defined for the content type, you would normally just encode it with its text value (e.g., application/zip).

-bn