Xpage and file upload (unable to upload more than 7 megs)

Hi.

In short Using Xpage, I am unable to upload anything larger than 7 megs. Even in the Notes Discussion Template, The same problem occurs.

I have already set the Http field

Maximum size of request content to 25600 in the server doc and also the Domino Web Engine: Maximum POST data (in kilobytes): to 25600 as well.

Also, In the Xpages tab from the application properties, I have set the Maximum file upload to 25600.

even try to also set that setting using xsp.properties in C:\Domino\xsp\nsf and in C:\Domino\data\properties: xsp.upload.maximumsize=25600

My Upload button use a full update of the page as well.

It is working fine with file smaller than 7 megs.

I have a file upload control and added a button with the simple action “Save Document” in Xpage.

When I select a file larger than 7 megs and click on the upload button, then the browser just never finish to send the page and keep trying to push the page forever and sometime end up with an error message.

What can I do to fix that issue? I really need to send larger file. I tried it on Domino 8.5.1 and 8.5.2 as well and got the same issue.

Subject: More Info

Today, I found out that the same application is working fine using the Lotus Notes Client. I can upload very big file(more than 250 megs) without any issue. So my problem to upload big file is related only when we access Xpage via a web browser.

Is there any setting I can check to fix that?

Subject: Timeout Problem

Could it be a timeout problem? The solution for that is to amend XSP.submitLatency. Details are here サッカー ユニフォーム 安い – xpagesblog.com | 安いジャージを買う。 21.99 という安いジャージ。 ファンに最高のコレクションを提供します。 安心してお買い物をしてください。

Subject: I tried it and I still have that issue

Hi Paul, I’m glad you jumped into this post. I saw that page in your blog yesterday, and tried it without success. My button do a full refresh of the page so I’m not sure if that setting apply “XSP.submitLatency” in that case.

I tested it and I got the alert when the page loaded with the correct value, but the file is just not uploaded at all when it is bigger than around 7 megs. No error message… the browser seems to work, but never end up. If I hit F5, then the Xpage load again.

Any others ideas?