Is There ar limit on size of attachment uploads for Xpage control?

Is there a limit for the file size that can uploaded using a File Upload control on an Xpage? If there is, is there any way to control that value?

Thx in advance…

Subject: Normal web apps have a 10MB limit on the server document…

  • I see no reason why XPages would be any different, but I haven’t looked. I’ve just run into it on R6.5.

Hope this helps…

Subject: You can control the upload size with the xsp.properties file…

Hi Peter,

You can control the upload size of files attached to your server through XPages using the xsp.properties

file. There is a sample of this file in \dominohome\data\properties directory. Change the xsp.upload.maximumise=

You’ll need to restart http after this. The uses Kb.

Kind Regards,

Edel