Change maximum upload file size in SharePoint/WSS 3.0

Sharepoint max upload file size is limited out of the box.  You can change the max file upload size by following the steps below.  Note that if the max upload size setting is greater than 50MB then IIS settings in web.config may need to be changed too.

Click screenshots below to view full-size version.

  1. Connect to Central Admin
    image
  2. Navigate to Central Admin > Application Management > Web Application General Settings
    image
  3. Select your web application
    image
  4. Set the Maximum Upload Size value to "X" MB and click OK
    image
  5. Repeat steps 6-7 for all zones for your web application on all servers hosting the web application role
  6. If size is greater than 50MB, you must change IIS .Net settings in the web.config file also
  7. Open the web.config for your SharePoint application
  8. Replace the following line:
    <httpRuntime maxRequestLength="51200" />
    with
    <httpRuntime maxRequestLength="{X * 1024}" />
    image

Leave a Reply

Related Post

My Sites

The following websites are owned and maintained by me.

Brian Haddock Resume

A creative, quality-minded software engineer with over twenty years experience programming mainframe, pc client server, and internet web based applications covering a broad range of functional areas. The following is my current resume.

World of Warcraft – Level 19 Rogue Twink Notes

Back in the day, I build a level 19 Rogue twink that ruled in the World of Warcraft battlegrounds. Building the twink character was probably as hard or harder than leveling my Hunter to 80. Here are the notes that I gathered and used to level the twink to 19 (with the assistance of my Level 50 Druid and Level 80 Hunter).