Welcome to the IBM Collaboration Solutions Community IQJam.
UsernamePassword
Reset Password | Register
   
Home | Leader Board | Tags | Help
Is there are limit on the size of an attachment that can be uploaded? 
I have a file upload control on an Xpage that is bound to a Notes field.  I am unable to find a way to upload an attachment > 1 MB in size.  Is there a (default) limit on the size of attachments that can be uploaded?  Is there a way to increase the sice?  (Or have I just somehow done something stupid?)
Domino Development / XPages
Tagged
Peter Presnell - over 2 years ago |  |  | Viewed 129 times

There are 3 answers

0votes
I had this a while back and it's managed by settings in the server document. I'm not an admin, but looking at the administrator help, I think it's:
- Internet Protocols tab - HTTP tab, Maximum size of request content.
- Internet Protocols tab - Domino eb Engine tab, Maximum POST data


Paul Withers - over 2 years ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community


0votes
Marked as correct on1/5/10 5:15 AM
It looks like the attachment limit size can be set at the server level with the file \xsp\nsf\xsp.properties
At the application level it can be set as part of thye Application Settings (XPages) - duh I missed that one!


Peter Presnell - over 2 years ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community


0votes
xsp.properties is a new one on me, but don't forget the "hard" limit that Paul mentions: if memory serves, HTTP POST requests are limited to 10 MB by default, so you may need to tweak that.

Ben Poole - over 2 years ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community