DWA (inotes?) - sending attachments

I am attempting to send a file that is larger than 10MB and get two errors.

First, the progress box pops up and displays “uploading filename”. “Connection to domainname.domain closed”.

The second box displays "Error: unable to load file: fullpath\filename.

The maximum size for attachments in the messaging settings for DWA is set to 150000. The maximum POST data in server document for Domino Web Engine is set to 1000000kb.

I can not figure out why I can not send more than 10MB attachments. Any ideas?

Subject: Check “Maximum size of request content”

Another item to check on your server document under Internet Protocols tab, HTTP sub-tab, HTTP Protocol Limits: “Maximum size of request content”. Set this to match the upload limit you want (match the max POST)

BTW, if you really have your Max POST at ~1 GB ( 1,000,000kb in your post) why not just make it unlimited? Use 0 for the field value.