Luiz Ricardo wrote:
> Hi,
>
> thanks once again. We analyzed your considerations, but unfortunately
> we canīt use Text Attachment, as you recommended, because we really
> need the contents to be treated as XML for this is a project
> requirement that we canīt change.
Even if the content needs to be XML you can always send it as Text
Attachment and then try to build a DOM Document from the Attachment XML
and then throw an error if the XML is not well formed. Once you think
of this approach, you can also see that you can probably try and ZIP
your Attachment on the client side (to reduce its size) and then unzip
it before using on the server side.
Thanks.
>
\