We had an issue uploading large files into SharePoint. We tried all the Workarounds listed in the below tech blog. But no LUCK!!!
http://blogs.technet.com/b/praveenh/archive/2012/11/16/issues-with-uploading-large-documents-on-document-library-wss-3-0-amp-moss-2007.aspx
We found another solution working with my friend.
Go to IIS Manager >> Sites and click on the required website you have the upload issue.
Click on "Request Filtering" and under Actions click on "Edit Feature Settings"
In Maximum allowed content length field, the value will be 30000000, which is equal to 30 MB. Change it to the size you required. We changed the below number to match 1 GB.
1 GB = 1073741824 Bytes
2 GB approximately = 2147480000 Bytes
http://blogs.technet.com/b/praveenh/archive/2012/11/16/issues-with-uploading-large-documents-on-document-library-wss-3-0-amp-moss-2007.aspx
We found another solution working with my friend.
Go to IIS Manager >> Sites and click on the required website you have the upload issue.
Click on "Request Filtering" and under Actions click on "Edit Feature Settings"
In Maximum allowed content length field, the value will be 30000000, which is equal to 30 MB. Change it to the size you required. We changed the below number to match 1 GB.
1 GB = 1073741824 Bytes
2 GB approximately = 2147480000 Bytes
Do IISRESET once you are done.
Its working Awesome without any issues.
No comments:
Post a Comment