Trying to attach any file larger then 10MB in any database through http, cause error “Invalid POST Request Exception”.
I had field “Maximum POST data (in kilobytes):” set to 10000.
I changed to 20000 first, and later to 0 (means no boundary). Restarted server, no change.
I’m using Internet Site, but I aslo changed this in server document (this is form field HTTP_maxPostDataLength). And Shift+Ctrl+F9.
Still cannot attach anything above 10MB.
And, no, application doesn’t do any post-submit funtions. Just standard @Command([FileSave]);
@Command([FileCloseWindow]).
Is there any other setting regarding size of attachment?
Domino 6.0.2CF2 on Win2k
Thanks for help,