Wednesday, 2 April 2014

HOW TO INCREASE FILE UPLOAD SIZE FOR ( MOSS 2007 & SP2010) LIST ABOVE 50MB FILE WITH THREE SIMPLE STEPS


STEP1: Increase the maximum upload size
To increase the maximum upload size, follow these steps:
1.       click SharePoint Central Administration.
2.       Click Application Management.
3.       Under SharePoint Web Application Management, click Web application general settings.
4.       On the Web Application General Settings page, click the web application that you want to change.  
5.       Under Maximum upload size, type the maximum file size in megabytes that you want, and then click OK. You can specify a maximum file size up to 2,047 megabytes.
Here we added 2000 MB 


STEP2: Increase the connection time-out setting
To increase the connection time-out setting, follow these steps.
 
 By default, the IIS connection time-out setting is 120 seconds. 

1.       click Internet Information Services (IIS) Manager.
2.       Click the Web Site tab. Right click on the website , manage website-> advanced setting
4.       Under Connections, type the number of seconds that you want in the Connection time-out box, and then click OK.


STEP3:   By default, this file is in the following folder:

2.       Inetpub\wwwroot\wss\VirtualDirectories\VirtualDirectoryFolder

Open the Web.config file in Notepad. 

Existing line
<httpRuntime maxRequestLength="51200" />
Replacement line
<httpRuntime executionTimeout="999999" maxRequestLength="2048000" />