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…
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…
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