Increase SharePoint list template size limit


/ Published in: Other
Save to your folder(s)

This command will fix the “The list is too large to save as a template. The size of a template cannot exceed 10485760 bytes." error when saving a list (including content) that's too big.


Copy this code and paste it in your HTML
  1. stsadm -o setproperty -propertyname max-template-document-size -propertyvalue 50000000

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.