> Hi all,
>
> I'm having a few problems with that databytes file.
> I have set the databytes to 1.8meg (1800000).
>
> I send a file of 1.2meg and I receive that no problem.
> Then I send a file of 2 meg and it gives the error of databytes exceeded which is
>fine.
>
> The problem lies when I send another 1.2 meg file it shows the error of databytes
>exceeded.
> If the setting is 1.8 meg, why does it give that error ?
>
> Any clues ?
Attachments takes "far" more space than the original file!
So to get the correct databytes file you should add about 50 - 75%
First 1800000 bytes is 1.71 MB since 1 MB is 1048576 bytes,
then encoding using MIME BASE 64 uses 4bytes to represent every
every set of 3bytes which adds 33% to the file itself + headers.
MVH Andr�