|

07-22-2008, 10:11 PM
And the jar should get the mime type application/java-archive
Not to pick nits but application/octet-stream means essentially an untyped binary file. Some installations call just about anything an application/octet-stream and assume the receiver will determine the type from the file extension. Not a practice I like, but there isn't much one can do about it. The blackberry seems to be written to correctly act on the mime type rather than the extension.
|