Pages

Saturday, October 23, 2010

Upload Big Size Files In Sharepoint Applications

Hello Friends
Let us see what we need to make changes for uploading Big Size files for Sharepoint Applications. Here
are the changes which we need to make in web.config files and Central Administration.
1>     Open the Web.config file of this webapplication by going to Local Drive:\Inetpub\wwwroot\wss\VirtualDirectories\SharepointTestApplicationPortNumber(example 80)
2>     Find < httpRuntime and replace that line with the following line.
<httpRuntime  executionTimeout="999999" maxRequestLength="2097151"   />
3>     Go to Sharepoint  3.0 Central Administration à Application Management à Under Sharepoint WebApplication Management you find “WebApplication General Settings”.
4>     Click on that.
5>     Change the proper sharepoint test webapplication .
6>     In that there is one option “Maximum Uplod Size”  50 MB is by default , make it Enter 2047.
7>     Click OK

Thanks
Disha Shah

No comments:

Post a Comment