While trying to do a simple file upload via a web form,
(enctype="multipart/form-data"), I've run into a problem that has me stymied.
This is an xml file generated from MS-Excel. After tearing the file apart and
piecing it back together line by line (almost), the problem seems to be this
xml tag; <ProtectObjects>False</ProtectObjects>. With it, the upload fails.
Without it - success. I have even created a file with nothing but this tag and
that will not upload. We are running ColdFusion MX-7 with Apache on
Sun-Solaris. I'm out of ideas. Can anyone help?

Thanks