|
|
Try setting the limit to 2mb -1 byte = 2*1024*1024-1 = 2097151
Using a larger value than that will leave the limit to the default 16K.
As for the 400K image, it's the RLE compressed media of the member that is
being sent. Therefore, if it's a computer generated image that contains
large solid color areas, it could be compressed to 16K.
As for the compressedmedia property, this should be used for imported images
like gif and jpg (from what i can recall there was a problem with pngs) that
have not been modified.
What compressedmedia does is access and send the member's original
compressed data, long as they exist. If compressed data do not exist, the
member's .media is silently used.
"Dave C" <no@xxxxxx> wrote in message
news:fhb9a2$a8j$1@xxxxxxxxxxxxxxxxxxxxxxxx
>I am setting up an instance of the MUS xtra with a 2000K buffer (max
>message size), but I can't seem to send an image that large.
>
> Using the size property of a bitmap cast member, it seems to fail
> somewhere around 400K. Does the size property really match the size of the
> media property (it is the media of a member that gets sent)>
|
|